Shades of Dark Green #021409
Tints of Dark Green #021409
RGB
CMYK
RGB Variations
Color information
#021409 (or 0x021409) is known color: Dark Green. HEX triplet: 02, 14 and 09. RGB value is (2,20,9). Sum of RGB (Red+Green+Blue) = 2+20+9=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #021409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021409 is #FDEBF6. Grayscale: #0D0D0D. Windows color (decimal): -16641015 or 594946. OLE color: 594946.
HSL color Cylindrical-coordinate representation of color #021409: hue angle of 143.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021409 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 9 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.92 |
| HSL | 143.33º | 0.82% | 0.04% | - |
| HSV(B) | 143.33º | 0.9% | 0.08% | - |
| XYZ | 0.32 | 0.53 | 0.34 | - |
| YUV | 13.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 9 | 0.90 | 0 | 0.55 | 0.92 | 143.33 | 0.82 | 0.04 |
| Hex | 2 | 14 | 9 | 5A | 0 | 37 | 5C | 8F | 52 | 4 |
| Octal | 2 | 24 | 11 | 132 | 0 | 67 | 134 | 217 | 122 | 4 |
| Binary | 10 | 10100 | 1001 | 1011010 | 0 | 110111 | 1011100 | 10001111 | 1010010 | 100 |
Color Harmonies of #021409
Complementary color
Monochromatic Colors of #021409
Black with #021409
Text Example
Text Example
White with #021409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021409; }
p { color: rgb(2,20,9); }
H1.HeaderClassName
{
color: #021409;
}
.AnyTagClassName
{
color: #021409;
}
</style>
background-color css
<style>
a { background-color: #021409; }
a { background-color: rgb(2,20,9); }
div.DivClassName
{
background-color: #021409;
}
.BgClassName
{
background-color: #021409;
}
</style>
border-color css
<style>
span { border-color: #021409; }
span { border-color: rgb(2,20,9); }
td.TdClassName
{
border-color: #021409;
}
.TagClassName
{
border-color: #021409;
}
</style>