Shades of Dark Green #000E0C
Tints of Dark Green #000E0C
RGB
CMYK
RGB Variations
Color information
#000E0C (or 0x000E0C) is known color: Dark Green. HEX triplet: 00, 0E and 0C. RGB value is (0,14,12). Sum of RGB (Red+Green+Blue) = 0+14+12=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 14 (5.86% from 255 or 53.85% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 14 - color contains mainly: green. Hex color #000E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E0C is #FFF1F3. Grayscale: #090909. Windows color (decimal): -16773620 or 790016. OLE color: 790016.
HSL color Cylindrical-coordinate representation of color #000E0C: hue angle of 171.43º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E0C is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 14 | 12 | - |
| CMYK | 1 | 0 | 0.14 | 0.95 |
| HSL | 171.43º | 1% | 0.03% | - |
| HSV(B) | 171.43º | 1% | 0.05% | - |
| XYZ | 0.22 | 0.34 | 0.4 | - |
| YUV | 9.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 12 | 1 | 0 | 0.14 | 0.95 | 171.43 | 1 | 0.03 |
| Hex | 0 | E | C | 64 | 0 | E | 5F | AB | 64 | 3 |
| Octal | 0 | 16 | 14 | 144 | 0 | 16 | 137 | 253 | 144 | 3 |
| Binary | 0 | 1110 | 1100 | 1100100 | 0 | 1110 | 1011111 | 10101011 | 1100100 | 11 |
Color Harmonies of #000E0C
Complementary color
Monochromatic Colors of #000E0C
Black with #000E0C
Text Example
Text Example
White with #000E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E0C; }
p { color: rgb(0,14,12); }
H1.HeaderClassName
{
color: #000E0C;
}
.AnyTagClassName
{
color: #000E0C;
}
</style>
background-color css
<style>
a { background-color: #000E0C; }
a { background-color: rgb(0,14,12); }
div.DivClassName
{
background-color: #000E0C;
}
.BgClassName
{
background-color: #000E0C;
}
</style>
border-color css
<style>
span { border-color: #000E0C; }
span { border-color: rgb(0,14,12); }
td.TdClassName
{
border-color: #000E0C;
}
.TagClassName
{
border-color: #000E0C;
}
</style>