Shades of Dark Green #020C06
Tints of Dark Green #020C06
RGB
CMYK
RGB Variations
Color information
#020C06 (or 0x020C06) is known color: Dark Green. HEX triplet: 02, 0C and 06. RGB value is (2,12,6). Sum of RGB (Red+Green+Blue) = 2+12+6=20 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10% from 20); Green value is 12 (5.08% from 255 or 60% from 20); Blue value is 6 (2.73% from 255 or 30% from 20); Max value from RGB is 12 - color contains mainly: green. Hex color #020C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C06 is #FDF3F9. Grayscale: #080808. Windows color (decimal): -16643066 or 396290. OLE color: 396290.
HSL color Cylindrical-coordinate representation of color #020C06: hue angle of 144º 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 #020C06 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 12 | 6 | - |
CMYK | 0.83 | 0 | 0.50 | 0.95 |
HSL | 144º | 0.71% | 0.03% | - |
HSV(B) | 144º | 0.83% | 0.05% | - |
XYZ | 0.19 | 0.29 | 0.22 | - |
YUV | 8.33 | 126.69 | 123.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 12 | 6 | 0.83 | 0 | 0.50 | 0.95 | 144 | 0.71 | 0.03 |
Hex | 2 | C | 6 | 53 | 0 | 32 | 5F | 90 | 47 | 3 |
Octal | 2 | 14 | 6 | 123 | 0 | 62 | 137 | 220 | 107 | 3 |
Binary | 10 | 1100 | 110 | 1010011 | 0 | 110010 | 1011111 | 10010000 | 1000111 | 11 |
Color Harmonies of #020C06
Complementary color
Monochromatic Colors of #020C06
Black with #020C06
Text Example
Text Example
White with #020C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C06; }
p { color: rgb(2,12,6); }
H1.HeaderClassName
{
color: #020C06;
}
.AnyTagClassName
{
color: #020C06;
}
</style>
background-color css
<style>
a { background-color: #020C06; }
a { background-color: rgb(2,12,6); }
div.DivClassName
{
background-color: #020C06;
}
.BgClassName
{
background-color: #020C06;
}
</style>
border-color css
<style>
span { border-color: #020C06; }
span { border-color: rgb(2,12,6); }
td.TdClassName
{
border-color: #020C06;
}
.TagClassName
{
border-color: #020C06;
}
</style>