Shades of Dark Green #000E0E
Tints of Dark Green #000E0E
RGB
CMYK
RGB Variations
Color information
#000E0E (or 0x000E0E) is known color: Dark Green. HEX triplet: 00, 0E and 0E. RGB value is (0,14,14). Sum of RGB (Red+Green+Blue) = 0+14+14=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 14 (5.86% from 255 or 50% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: green, blue. Hex color #000E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E0E is #FFF1F1. Grayscale: #090909. Windows color (decimal): -16773618 or 921088. OLE color: 921088.
HSL color Cylindrical-coordinate representation of color #000E0E: hue angle of 180º 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 #000E0E is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 14 | 14 | - |
| CMYK | 1 | 0 | 0 | 0.95 |
| HSL | 180º | 1% | 0.03% | - |
| HSV(B) | 180º | 1% | 0.05% | - |
| XYZ | 0.24 | 0.35 | 0.47 | - |
| YUV | 9.81 | 130.36 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 14 | 1 | 0 | 0 | 0.95 | 180 | 1 | 0.03 |
| Hex | 0 | E | E | 64 | 0 | 0 | 5F | B4 | 64 | 3 |
| Octal | 0 | 16 | 16 | 144 | 0 | 0 | 137 | 264 | 144 | 3 |
| Binary | 0 | 1110 | 1110 | 1100100 | 0 | 0 | 1011111 | 10110100 | 1100100 | 11 |
Color Harmonies of #000E0E
Complementary color
Monochromatic Colors of #000E0E
Black with #000E0E
Text Example
Text Example
White with #000E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E0E; }
p { color: rgb(0,14,14); }
H1.HeaderClassName
{
color: #000E0E;
}
.AnyTagClassName
{
color: #000E0E;
}
</style>
background-color css
<style>
a { background-color: #000E0E; }
a { background-color: rgb(0,14,14); }
div.DivClassName
{
background-color: #000E0E;
}
.BgClassName
{
background-color: #000E0E;
}
</style>
border-color css
<style>
span { border-color: #000E0E; }
span { border-color: rgb(0,14,14); }
td.TdClassName
{
border-color: #000E0E;
}
.TagClassName
{
border-color: #000E0E;
}
</style>