Shades of Dark Green #021909
Tints of Dark Green #021909
RGB
CMYK
RGB Variations
Color information
#021909 (or 0x021909) is known color: Dark Green. HEX triplet: 02, 19 and 09. RGB value is (2,25,9). Sum of RGB (Red+Green+Blue) = 2+25+9=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 25 (10.16% from 255 or 69.44% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 25 - color contains mainly: green. Hex color #021909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021909 is #FDE6F6. Grayscale: #101010. Windows color (decimal): -16639735 or 596226. OLE color: 596226.
HSL color Cylindrical-coordinate representation of color #021909: hue angle of 138.26º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021909 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 25 | 9 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.90 |
| HSL | 138.26º | 0.85% | 0.05% | - |
| HSV(B) | 138.26º | 0.92% | 0.1% | - |
| XYZ | 0.42 | 0.73 | 0.38 | - |
| YUV | 16.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 9 | 0.92 | 0 | 0.64 | 0.90 | 138.26 | 0.85 | 0.05 |
| Hex | 2 | 19 | 9 | 5C | 0 | 40 | 5A | 8A | 55 | 5 |
| Octal | 2 | 31 | 11 | 134 | 0 | 100 | 132 | 212 | 125 | 5 |
| Binary | 10 | 11001 | 1001 | 1011100 | 0 | 1000000 | 1011010 | 10001010 | 1010101 | 101 |
Color Harmonies of #021909
Complementary color
Monochromatic Colors of #021909
Black with #021909
Text Example
Text Example
White with #021909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021909; }
p { color: rgb(2,25,9); }
H1.HeaderClassName
{
color: #021909;
}
.AnyTagClassName
{
color: #021909;
}
</style>
background-color css
<style>
a { background-color: #021909; }
a { background-color: rgb(2,25,9); }
div.DivClassName
{
background-color: #021909;
}
.BgClassName
{
background-color: #021909;
}
</style>
border-color css
<style>
span { border-color: #021909; }
span { border-color: rgb(2,25,9); }
td.TdClassName
{
border-color: #021909;
}
.TagClassName
{
border-color: #021909;
}
</style>