Shades of Dark Green #020A04
Tints of Dark Green #020A04
RGB
CMYK
RGB Variations
Color information
#020A04 (or 0x020A04) is known color: Dark Green. HEX triplet: 02, 0A and 04. RGB value is (2,10,4). Sum of RGB (Red+Green+Blue) = 2+10+4=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 10 (4.30% from 255 or 62.5% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 10 - color contains mainly: green. Hex color #020A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A04 is #FDF5FB. Grayscale: #060606. Windows color (decimal): -16643580 or 264706. OLE color: 264706.
HSL color Cylindrical-coordinate representation of color #020A04: hue angle of 135º 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 #020A04 is Cyan = 0.8, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 10 | 4 | - |
| CMYK | 0.8 | 0 | 0.6 | 0.96 |
| HSL | 135º | 0.67% | 0.02% | - |
| HSV(B) | 135º | 0.8% | 0.04% | - |
| XYZ | 0.16 | 0.24 | 0.15 | - |
| YUV | 6.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 4 | 0.8 | 0 | 0.6 | 0.96 | 135 | 0.67 | 0.02 |
| Hex | 2 | A | 4 | 50 | 0 | 3C | 60 | 87 | 43 | 2 |
| Octal | 2 | 12 | 4 | 120 | 0 | 74 | 140 | 207 | 103 | 2 |
| Binary | 10 | 1010 | 100 | 1010000 | 0 | 111100 | 1100000 | 10000111 | 1000011 | 10 |
Color Harmonies of #020A04
Complementary color
Monochromatic Colors of #020A04
Black with #020A04
Text Example
Text Example
White with #020A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A04; }
p { color: rgb(2,10,4); }
H1.HeaderClassName
{
color: #020A04;
}
.AnyTagClassName
{
color: #020A04;
}
</style>
background-color css
<style>
a { background-color: #020A04; }
a { background-color: rgb(2,10,4); }
div.DivClassName
{
background-color: #020A04;
}
.BgClassName
{
background-color: #020A04;
}
</style>
border-color css
<style>
span { border-color: #020A04; }
span { border-color: rgb(2,10,4); }
td.TdClassName
{
border-color: #020A04;
}
.TagClassName
{
border-color: #020A04;
}
</style>