Shades of Dark Green #000E04
Tints of Dark Green #000E04
RGB
CMYK
RGB Variations
Color information
#000E04 (or 0x000E04) is known color: Dark Green. HEX triplet: 00, 0E and 04. RGB value is (0,14,4). Sum of RGB (Red+Green+Blue) = 0+14+4=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 14 (5.86% from 255 or 77.78% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 14 - color contains mainly: green. Hex color #000E04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E04 is #FFF1FB. Grayscale: #080808. Windows color (decimal): -16773628 or 265728. OLE color: 265728.
HSL color Cylindrical-coordinate representation of color #000E04: hue angle of 137.14º 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 #000E04 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 14 | 4 | - |
| CMYK | 1 | 0 | 0.71 | 0.95 |
| HSL | 137.14º | 1% | 0.03% | - |
| HSV(B) | 137.14º | 1% | 0.05% | - |
| XYZ | 0.18 | 0.32 | 0.17 | - |
| YUV | 8.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 4 | 1 | 0 | 0.71 | 0.95 | 137.14 | 1 | 0.03 |
| Hex | 0 | E | 4 | 64 | 0 | 47 | 5F | 89 | 64 | 3 |
| Octal | 0 | 16 | 4 | 144 | 0 | 107 | 137 | 211 | 144 | 3 |
| Binary | 0 | 1110 | 100 | 1100100 | 0 | 1000111 | 1011111 | 10001001 | 1100100 | 11 |
Color Harmonies of #000E04
Complementary color
Monochromatic Colors of #000E04
Black with #000E04
Text Example
Text Example
White with #000E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E04; }
p { color: rgb(0,14,4); }
H1.HeaderClassName
{
color: #000E04;
}
.AnyTagClassName
{
color: #000E04;
}
</style>
background-color css
<style>
a { background-color: #000E04; }
a { background-color: rgb(0,14,4); }
div.DivClassName
{
background-color: #000E04;
}
.BgClassName
{
background-color: #000E04;
}
</style>
border-color css
<style>
span { border-color: #000E04; }
span { border-color: rgb(0,14,4); }
td.TdClassName
{
border-color: #000E04;
}
.TagClassName
{
border-color: #000E04;
}
</style>