Shades of Dark Green #020A06
Tints of Dark Green #020A06
RGB
CMYK
RGB Variations
Color information
#020A06 (or 0x020A06) is known color: Dark Green. HEX triplet: 02, 0A and 06. RGB value is (2,10,6). Sum of RGB (Red+Green+Blue) = 2+10+6=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 6 (2.73% from 255 or 33.33% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #020A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A06 is #FDF5F9. Grayscale: #070707. Windows color (decimal): -16643578 or 395778. OLE color: 395778.
HSL color Cylindrical-coordinate representation of color #020A06: hue angle of 150º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #020A06 is Cyan = 0.8, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 10 | 6 | - |
| CMYK | 0.8 | 0 | 0.4 | 0.96 |
| HSL | 150º | 0.67% | 0.02% | - |
| HSV(B) | 150º | 0.8% | 0.04% | - |
| XYZ | 0.17 | 0.24 | 0.21 | - |
| YUV | 7.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 6 | 0.8 | 0 | 0.4 | 0.96 | 150 | 0.67 | 0.02 |
| Hex | 2 | A | 6 | 50 | 0 | 28 | 60 | 96 | 43 | 2 |
| Octal | 2 | 12 | 6 | 120 | 0 | 50 | 140 | 226 | 103 | 2 |
| Binary | 10 | 1010 | 110 | 1010000 | 0 | 101000 | 1100000 | 10010110 | 1000011 | 10 |
Color Harmonies of #020A06
Complementary color
Monochromatic Colors of #020A06
Black with #020A06
Text Example
Text Example
White with #020A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A06; }
p { color: rgb(2,10,6); }
H1.HeaderClassName
{
color: #020A06;
}
.AnyTagClassName
{
color: #020A06;
}
</style>
background-color css
<style>
a { background-color: #020A06; }
a { background-color: rgb(2,10,6); }
div.DivClassName
{
background-color: #020A06;
}
.BgClassName
{
background-color: #020A06;
}
</style>
border-color css
<style>
span { border-color: #020A06; }
span { border-color: rgb(2,10,6); }
td.TdClassName
{
border-color: #020A06;
}
.TagClassName
{
border-color: #020A06;
}
</style>