Shades of Dark Green #020806
Tints of Dark Green #020806
RGB
CMYK
RGB Variations
Color information
#020806 (or 0x020806) is known color: Dark Green. HEX triplet: 02, 08 and 06. RGB value is (2,8,6). Sum of RGB (Red+Green+Blue) = 2+8+6=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 8 (3.52% from 255 or 50% from 16); Blue value is 6 (2.73% from 255 or 37.5% from 16); Max value from RGB is 8 - color contains mainly: green. Hex color #020806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020806 is #FDF7F9. Grayscale: #050505. Windows color (decimal): -16644090 or 395266. OLE color: 395266.
HSL color Cylindrical-coordinate representation of color #020806: hue angle of 160º 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 #020806 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 2 | 8 | 6 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.97 |
| HSL | 160º | 0.6% | 0.02% | - |
| HSV(B) | 160º | 0.75% | 0.03% | - |
| XYZ | 0.14 | 0.2 | 0.2 | - |
| YUV | 5.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 8 | 6 | 0.75 | 0 | 0.25 | 0.97 | 160 | 0.6 | 0.02 |
| Hex | 2 | 8 | 6 | 4B | 0 | 19 | 61 | A0 | 3C | 2 |
| Octal | 2 | 10 | 6 | 113 | 0 | 31 | 141 | 240 | 74 | 2 |
| Binary | 10 | 1000 | 110 | 1001011 | 0 | 11001 | 1100001 | 10100000 | 111100 | 10 |
Color Harmonies of #020806
Complementary color
Monochromatic Colors of #020806
Black with #020806
Text Example
Text Example
White with #020806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020806; }
p { color: rgb(2,8,6); }
H1.HeaderClassName
{
color: #020806;
}
.AnyTagClassName
{
color: #020806;
}
</style>
background-color css
<style>
a { background-color: #020806; }
a { background-color: rgb(2,8,6); }
div.DivClassName
{
background-color: #020806;
}
.BgClassName
{
background-color: #020806;
}
</style>
border-color css
<style>
span { border-color: #020806; }
span { border-color: rgb(2,8,6); }
td.TdClassName
{
border-color: #020806;
}
.TagClassName
{
border-color: #020806;
}
</style>