Shades of Dark Green #020904
Tints of Dark Green #020904
RGB
CMYK
RGB Variations
Color information
#020904 (or 0x020904) is known color: Dark Green. HEX triplet: 02, 09 and 04. RGB value is (2,9,4). Sum of RGB (Red+Green+Blue) = 2+9+4=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 9 (3.91% from 255 or 60% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 9 - color contains mainly: green. Hex color #020904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020904 is #FDF6FB. Grayscale: #060606. Windows color (decimal): -16643836 or 264450. OLE color: 264450.
HSL color Cylindrical-coordinate representation of color #020904: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020904 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 9 | 4 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.96 |
| HSL | 137.14º | 0.64% | 0.02% | - |
| HSV(B) | 137.14º | 0.78% | 0.04% | - |
| XYZ | 0.14 | 0.22 | 0.15 | - |
| YUV | 6.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 9 | 4 | 0.78 | 0 | 0.56 | 0.96 | 137.14 | 0.64 | 0.02 |
| Hex | 2 | 9 | 4 | 4E | 0 | 38 | 60 | 89 | 40 | 2 |
| Octal | 2 | 11 | 4 | 116 | 0 | 70 | 140 | 211 | 100 | 2 |
| Binary | 10 | 1001 | 100 | 1001110 | 0 | 111000 | 1100000 | 10001001 | 1000000 | 10 |
Color Harmonies of #020904
Complementary color
Monochromatic Colors of #020904
Black with #020904
Text Example
Text Example
White with #020904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020904; }
p { color: rgb(2,9,4); }
H1.HeaderClassName
{
color: #020904;
}
.AnyTagClassName
{
color: #020904;
}
</style>
background-color css
<style>
a { background-color: #020904; }
a { background-color: rgb(2,9,4); }
div.DivClassName
{
background-color: #020904;
}
.BgClassName
{
background-color: #020904;
}
</style>
border-color css
<style>
span { border-color: #020904; }
span { border-color: rgb(2,9,4); }
td.TdClassName
{
border-color: #020904;
}
.TagClassName
{
border-color: #020904;
}
</style>