HEX: #008028
RGB: (0,128,40)
Il colore #008028 contiene principalmente il verde. Per il #008028 il colore web safe è #006633 (#063).
Il colore 008028 in RGB è definito come 0,128,40
RGB: (0,128,40) (0%,50%,16%)
R 0 da 255 = 0%
G 128 da 255 = 50%
B 40 da 255 = 16%
R + G + B ~ 22%. #008028 colore scuro.
R + G + B =
0 + 128 + 40 = 168 (100%)
R 0 da 168 ~ 0%
G 128 da 168 ~ 76.19%
B 40 da 168 ~ 23.81%
Il colore #008028 in CMYK è definito come 100,0,69,50.
CMYK: (100,0,69,50) C100M0Y69K50 (100%,0%,69%,50%) (1.00/0.00/0.69/0.50)
00 | 80 | 28 | |
---|---|---|---|
RGB | 0 | 128 | 40 |
HSL | 139° | 100.00% | 25.10% |
HSB/HSV | 139° | 100.00% | 50.20% |
CMYK | 100.00% | 0.00% | 68.75% |
49.80% |
Esadicemale | 00 | 80 | 28 |
Decimale | 0 | 128 | 40 |
Binario | 0 | 10000000 | 101000 |
Ottale | 0 | 200 | 50 |
Esempi dei codici css e html per gli elementi di colore #008028. Utilizzate rgb(0,128,40) anche al posto del codice hex.
.myTextColor { color: #008028; }
<p style="color:#008028">This sample text font color is #008028.</p>
Il colore di questo testo è #008028.
.myBgColor { background-color: #008028; }
<div style="background-color:#008028">Inner text</div>
Questo div ha lo sfondo di colore #008028.
.myBorderColor { border: 1px solid #008028; }
<div style="border:3px solid #008028">Div</div>
Questo div ha i bordi di colore 008028.
.myOpacity80 { color: #008028; opacity: 0.8; }
<p style="color:#008028;opacity:0.8;">80%</p>
Il testo di color #008028 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #008028;}
<p style="text-shadow: 3px 3px 1px #008028">Text here.</p>
Questo testo ha l'ombra di colore #008028.
.textShadow {text-shadow: 3px 3px 1px #008028, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #008028, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #008028 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#008028, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#008028, Direction=45, Strength=4)">Text</p>
This text has shadow with #008028 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #008028; -webkit-box-shadow: 1px 1px 3px 2px #008028; box-shadow: 1px 1px 3px 2px #008028; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #008028; -webkit-box-shadow: 1px 1px 3px 2px #008028; box-shadow:1px 1px 3px 2px #008028;">
Div content here</div>
Questo e il testo di colore #008028 sullo sfondo nero.
Questo e il testo di colore #008028 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #008028.
Questo è un testo bianco sullo sfondo del colore #008028.