Shades of Dark Green #020606
Tints of Dark Green #020606
RGB
CMYK
RGB Variations
Color information
#020606 (or 0x020606) is known color: Dark Green. HEX triplet: 02, 06 and 06. RGB value is (2,6,6). Sum of RGB (Red+Green+Blue) = 2+6+6=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 6 (2.73% from 255 or 42.86% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 6 - color contains mainly: green, blue. Hex color #020606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020606 is #FDF9F9. Grayscale: #040404. Windows color (decimal): -16644602 or 394754. OLE color: 394754.
HSL color Cylindrical-coordinate representation of color #020606: hue angle of 180º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #020606 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 2 | 6 | 6 | - |
CMYK | 0.67 | 0 | 0 | 0.98 |
HSL | 180º | 0.5% | 0.02% | - |
HSV(B) | 180º | 0.67% | 0.02% | - |
XYZ | 0.12 | 0.16 | 0.2 | - |
YUV | 4.8 | 128.67 | 126 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 6 | 6 | 0.67 | 0 | 0 | 0.98 | 180 | 0.5 | 0.02 |
Hex | 2 | 6 | 6 | 43 | 0 | 0 | 62 | B4 | 32 | 2 |
Octal | 2 | 6 | 6 | 103 | 0 | 0 | 142 | 264 | 62 | 2 |
Binary | 10 | 110 | 110 | 1000011 | 0 | 0 | 1100010 | 10110100 | 110010 | 10 |
Color Harmonies of #020606
Complementary color
Monochromatic Colors of #020606
Black with #020606
Text Example
Text Example
White with #020606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020606; }
p { color: rgb(2,6,6); }
H1.HeaderClassName
{
color: #020606;
}
.AnyTagClassName
{
color: #020606;
}
</style>
background-color css
<style>
a { background-color: #020606; }
a { background-color: rgb(2,6,6); }
div.DivClassName
{
background-color: #020606;
}
.BgClassName
{
background-color: #020606;
}
</style>
border-color css
<style>
span { border-color: #020606; }
span { border-color: rgb(2,6,6); }
td.TdClassName
{
border-color: #020606;
}
.TagClassName
{
border-color: #020606;
}
</style>