Shades of Dark Green #020C0A
Tints of Dark Green #020C0A
RGB
CMYK
RGB Variations
Color information
#020C0A (or 0x020C0A) is known color: Dark Green. HEX triplet: 02, 0C and 0A. RGB value is (2,12,10). Sum of RGB (Red+Green+Blue) = 2+12+10=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 12 (5.08% from 255 or 50% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 12 - color contains mainly: green. Hex color #020C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C0A is #FDF3F5. Grayscale: #080808. Windows color (decimal): -16643062 or 658434. OLE color: 658434.
HSL color Cylindrical-coordinate representation of color #020C0A: hue angle of 168º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #020C0A is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 12 | 10 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.95 |
| HSL | 168º | 0.71% | 0.03% | - |
| HSV(B) | 168º | 0.83% | 0.05% | - |
| XYZ | 0.21 | 0.3 | 0.33 | - |
| YUV | 8.78 | 128.69 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 10 | 0.83 | 0 | 0.17 | 0.95 | 168 | 0.71 | 0.03 |
| Hex | 2 | C | A | 53 | 0 | 11 | 5F | A8 | 47 | 3 |
| Octal | 2 | 14 | 12 | 123 | 0 | 21 | 137 | 250 | 107 | 3 |
| Binary | 10 | 1100 | 1010 | 1010011 | 0 | 10001 | 1011111 | 10101000 | 1000111 | 11 |
Color Harmonies of #020C0A
Complementary color
Monochromatic Colors of #020C0A
Black with #020C0A
Text Example
Text Example
White with #020C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C0A; }
p { color: rgb(2,12,10); }
H1.HeaderClassName
{
color: #020C0A;
}
.AnyTagClassName
{
color: #020C0A;
}
</style>
background-color css
<style>
a { background-color: #020C0A; }
a { background-color: rgb(2,12,10); }
div.DivClassName
{
background-color: #020C0A;
}
.BgClassName
{
background-color: #020C0A;
}
</style>
border-color css
<style>
span { border-color: #020C0A; }
span { border-color: rgb(2,12,10); }
td.TdClassName
{
border-color: #020C0A;
}
.TagClassName
{
border-color: #020C0A;
}
</style>