Shades of Dark Green #02120C
Tints of Dark Green #02120C
RGB
CMYK
RGB Variations
Color information
#02120C (or 0x02120C) is known color: Dark Green. HEX triplet: 02, 12 and 0C. RGB value is (2,18,12). Sum of RGB (Red+Green+Blue) = 2+18+12=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #02120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02120C is #FDEDF3. Grayscale: #0C0C0C. Windows color (decimal): -16641524 or 791042. OLE color: 791042.
HSL color Cylindrical-coordinate representation of color #02120C: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #02120C is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 18 | 12 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.93 |
| HSL | 157.5º | 0.8% | 0.04% | - |
| HSV(B) | 157.5º | 0.89% | 0.07% | - |
| XYZ | 0.31 | 0.47 | 0.42 | - |
| YUV | 12.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 12 | 0.89 | 0 | 0.33 | 0.93 | 157.5 | 0.8 | 0.04 |
| Hex | 2 | 12 | C | 59 | 0 | 21 | 5D | 9E | 50 | 4 |
| Octal | 2 | 22 | 14 | 131 | 0 | 41 | 135 | 236 | 120 | 4 |
| Binary | 10 | 10010 | 1100 | 1011001 | 0 | 100001 | 1011101 | 10011110 | 1010000 | 100 |
Color Harmonies of #02120C
Complementary color
Monochromatic Colors of #02120C
Black with #02120C
Text Example
Text Example
White with #02120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02120C; }
p { color: rgb(2,18,12); }
H1.HeaderClassName
{
color: #02120C;
}
.AnyTagClassName
{
color: #02120C;
}
</style>
background-color css
<style>
a { background-color: #02120C; }
a { background-color: rgb(2,18,12); }
div.DivClassName
{
background-color: #02120C;
}
.BgClassName
{
background-color: #02120C;
}
</style>
border-color css
<style>
span { border-color: #02120C; }
span { border-color: rgb(2,18,12); }
td.TdClassName
{
border-color: #02120C;
}
.TagClassName
{
border-color: #02120C;
}
</style>