Shades of Dark Green #00120E
Tints of Dark Green #00120E
RGB
CMYK
RGB Variations
Color information
#00120E (or 0x00120E) is known color: Dark Green. HEX triplet: 00, 12 and 0E. RGB value is (0,18,14). Sum of RGB (Red+Green+Blue) = 0+18+14=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 18 (7.42% from 255 or 56.25% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 18 - color contains mainly: green. Hex color #00120E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00120E is #FFEDF1. Grayscale: #0C0C0C. Windows color (decimal): -16772594 or 922112. OLE color: 922112.
HSL color Cylindrical-coordinate representation of color #00120E: hue angle of 166.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00120E is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 18 | 14 | - |
| CMYK | 1 | 0 | 0.22 | 0.93 |
| HSL | 166.67º | 1% | 0.04% | - |
| HSV(B) | 166.67º | 1% | 0.07% | - |
| XYZ | 0.3 | 0.46 | 0.49 | - |
| YUV | 12.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 14 | 1 | 0 | 0.22 | 0.93 | 166.67 | 1 | 0.04 |
| Hex | 0 | 12 | E | 64 | 0 | 16 | 5D | A7 | 64 | 4 |
| Octal | 0 | 22 | 16 | 144 | 0 | 26 | 135 | 247 | 144 | 4 |
| Binary | 0 | 10010 | 1110 | 1100100 | 0 | 10110 | 1011101 | 10100111 | 1100100 | 100 |
Color Harmonies of #00120E
Complementary color
Monochromatic Colors of #00120E
Black with #00120E
Text Example
Text Example
White with #00120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00120E; }
p { color: rgb(0,18,14); }
H1.HeaderClassName
{
color: #00120E;
}
.AnyTagClassName
{
color: #00120E;
}
</style>
background-color css
<style>
a { background-color: #00120E; }
a { background-color: rgb(0,18,14); }
div.DivClassName
{
background-color: #00120E;
}
.BgClassName
{
background-color: #00120E;
}
</style>
border-color css
<style>
span { border-color: #00120E; }
span { border-color: rgb(0,18,14); }
td.TdClassName
{
border-color: #00120E;
}
.TagClassName
{
border-color: #00120E;
}
</style>