Shades of Dark Green #021808
Tints of Dark Green #021808
RGB
CMYK
RGB Variations
Color information
#021808 (or 0x021808) is known color: Dark Green. HEX triplet: 02, 18 and 08. RGB value is (2,24,8). Sum of RGB (Red+Green+Blue) = 2+24+8=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 24 (9.77% from 255 or 70.59% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 24 - color contains mainly: green. Hex color #021808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021808 is #FDE7F7. Grayscale: #0F0F0F. Windows color (decimal): -16639992 or 530434. OLE color: 530434.
HSL color Cylindrical-coordinate representation of color #021808: hue angle of 136.36º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021808 is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 24 | 8 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.91 |
| HSL | 136.36º | 0.85% | 0.05% | - |
| HSV(B) | 136.36º | 0.92% | 0.09% | - |
| XYZ | 0.4 | 0.68 | 0.34 | - |
| YUV | 15.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 8 | 0.92 | 0 | 0.67 | 0.91 | 136.36 | 0.85 | 0.05 |
| Hex | 2 | 18 | 8 | 5C | 0 | 43 | 5B | 88 | 55 | 5 |
| Octal | 2 | 30 | 10 | 134 | 0 | 103 | 133 | 210 | 125 | 5 |
| Binary | 10 | 11000 | 1000 | 1011100 | 0 | 1000011 | 1011011 | 10001000 | 1010101 | 101 |
Color Harmonies of #021808
Complementary color
Monochromatic Colors of #021808
Black with #021808
Text Example
Text Example
White with #021808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021808; }
p { color: rgb(2,24,8); }
H1.HeaderClassName
{
color: #021808;
}
.AnyTagClassName
{
color: #021808;
}
</style>
background-color css
<style>
a { background-color: #021808; }
a { background-color: rgb(2,24,8); }
div.DivClassName
{
background-color: #021808;
}
.BgClassName
{
background-color: #021808;
}
</style>
border-color css
<style>
span { border-color: #021808; }
span { border-color: rgb(2,24,8); }
td.TdClassName
{
border-color: #021808;
}
.TagClassName
{
border-color: #021808;
}
</style>