Shades of Dark Green #021209
Tints of Dark Green #021209
RGB
CMYK
RGB Variations
Color information
#021209 (or 0x021209) is known color: Dark Green. HEX triplet: 02, 12 and 09. RGB value is (2,18,9). Sum of RGB (Red+Green+Blue) = 2+18+9=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #021209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021209 is #FDEDF6. Grayscale: #0C0C0C. Windows color (decimal): -16641527 or 594434. OLE color: 594434.
HSL color Cylindrical-coordinate representation of color #021209: hue angle of 146.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021209 is Cyan = 0.89, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 18 | 9 | - |
| CMYK | 0.89 | 0 | 0.5 | 0.93 |
| HSL | 146.25º | 0.8% | 0.04% | - |
| HSV(B) | 146.25º | 0.89% | 0.07% | - |
| XYZ | 0.29 | 0.47 | 0.33 | - |
| YUV | 12.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 9 | 0.89 | 0 | 0.5 | 0.93 | 146.25 | 0.8 | 0.04 |
| Hex | 2 | 12 | 9 | 59 | 0 | 32 | 5D | 92 | 50 | 4 |
| Octal | 2 | 22 | 11 | 131 | 0 | 62 | 135 | 222 | 120 | 4 |
| Binary | 10 | 10010 | 1001 | 1011001 | 0 | 110010 | 1011101 | 10010010 | 1010000 | 100 |
Color Harmonies of #021209
Complementary color
Monochromatic Colors of #021209
Black with #021209
Text Example
Text Example
White with #021209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021209; }
p { color: rgb(2,18,9); }
H1.HeaderClassName
{
color: #021209;
}
.AnyTagClassName
{
color: #021209;
}
</style>
background-color css
<style>
a { background-color: #021209; }
a { background-color: rgb(2,18,9); }
div.DivClassName
{
background-color: #021209;
}
.BgClassName
{
background-color: #021209;
}
</style>
border-color css
<style>
span { border-color: #021209; }
span { border-color: rgb(2,18,9); }
td.TdClassName
{
border-color: #021209;
}
.TagClassName
{
border-color: #021209;
}
</style>