Shades of Dark Green #020804
Tints of Dark Green #020804
RGB
CMYK
RGB Variations
Color information
#020804 (or 0x020804) is known color: Dark Green. HEX triplet: 02, 08 and 04. RGB value is (2,8,4). Sum of RGB (Red+Green+Blue) = 2+8+4=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 8 (3.52% from 255 or 57.14% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 8 - color contains mainly: green. Hex color #020804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020804 is #FDF7FB. Grayscale: #050505. Windows color (decimal): -16644092 or 264194. OLE color: 264194.
HSL color Cylindrical-coordinate representation of color #020804: hue angle of 140º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020804 is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
RGB | 2 | 8 | 4 | - |
CMYK | 0.75 | 0 | 0.5 | 0.97 |
HSL | 140º | 0.6% | 0.02% | - |
HSV(B) | 140º | 0.75% | 0.03% | - |
XYZ | 0.13 | 0.2 | 0.15 | - |
YUV | 5.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 8 | 4 | 0.75 | 0 | 0.5 | 0.97 | 140 | 0.6 | 0.02 |
Hex | 2 | 8 | 4 | 4B | 0 | 32 | 61 | 8C | 3C | 2 |
Octal | 2 | 10 | 4 | 113 | 0 | 62 | 141 | 214 | 74 | 2 |
Binary | 10 | 1000 | 100 | 1001011 | 0 | 110010 | 1100001 | 10001100 | 111100 | 10 |
Color Harmonies of #020804
Complementary color
Monochromatic Colors of #020804
Black with #020804
Text Example
Text Example
White with #020804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020804; }
p { color: rgb(2,8,4); }
H1.HeaderClassName
{
color: #020804;
}
.AnyTagClassName
{
color: #020804;
}
</style>
background-color css
<style>
a { background-color: #020804; }
a { background-color: rgb(2,8,4); }
div.DivClassName
{
background-color: #020804;
}
.BgClassName
{
background-color: #020804;
}
</style>
border-color css
<style>
span { border-color: #020804; }
span { border-color: rgb(2,8,4); }
td.TdClassName
{
border-color: #020804;
}
.TagClassName
{
border-color: #020804;
}
</style>