HEX: #015001
RGB: (1,80,1)
Il colore #015001 contiene principalmente il verde. Per il #015001 il colore web safe è #006600 (#060).
Il colore 015001 in RGB è definito come 1,80,1
RGB: (1,80,1) (0%,31%,0%)
R 1 da 255 = 0%
G 80 da 255 = 31%
B 1 da 255 = 0%
R + G + B ~ 10%. #015001 colore scuro.
R + G + B =
1 + 80 + 1 = 82 (100%)
R 1 da 82 ~ 1.22%
G 80 da 82 ~ 97.56%
B 1 da 82 ~ 1.22%
Il colore #015001 in CMYK è definito come 99,0,99,69.
CMYK: (99,0,99,69) C99M0Y99K69 (99%,0%,99%,69%) (0.99/0.00/0.99/0.69)
01 | 50 | 01 | |
---|---|---|---|
RGB | 1 | 80 | 1 |
HSL | 120° | 97.53% | 15.88% |
HSB/HSV | 120° | 98.75% | 31.37% |
CMYK | 98.75% | 0.00% | 98.75% |
68.63% |
Esadicemale | 01 | 50 | 01 |
Decimale | 1 | 80 | 1 |
Binario | 1 | 1010000 | 1 |
Ottale | 1 | 120 | 1 |
Esempi dei codici css e html per gli elementi di colore #015001. Utilizzate rgb(1,80,1) anche al posto del codice hex.
.myTextColor { color: #015001; }
<p style="color:#015001">This sample text font color is #015001.</p>
Il colore di questo testo è #015001.
.myBgColor { background-color: #015001; }
<div style="background-color:#015001">Inner text</div>
Questo div ha lo sfondo di colore #015001.
.myBorderColor { border: 1px solid #015001; }
<div style="border:3px solid #015001">Div</div>
Questo div ha i bordi di colore 015001.
.myOpacity80 { color: #015001; opacity: 0.8; }
<p style="color:#015001;opacity:0.8;">80%</p>
Il testo di color #015001 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #015001;}
<p style="text-shadow: 3px 3px 1px #015001">Text here.</p>
Questo testo ha l'ombra di colore #015001.
.textShadow {text-shadow: 3px 3px 1px #015001, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #015001, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #015001 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#015001, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#015001, Direction=45, Strength=4)">Text</p>
This text has shadow with #015001 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #015001; -webkit-box-shadow: 1px 1px 3px 2px #015001; box-shadow: 1px 1px 3px 2px #015001; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #015001; -webkit-box-shadow: 1px 1px 3px 2px #015001; box-shadow:1px 1px 3px 2px #015001;">
Div content here</div>
Questo e il testo di colore #015001 sullo sfondo nero.
Questo e il testo di colore #015001 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #015001.
Questo è un testo bianco sullo sfondo del colore #015001.