Shades of Dark Green #000E07
Tints of Dark Green #000E07
RGB
CMYK
RGB Variations
Color information
#000E07 (or 0x000E07) is known color: Dark Green. HEX triplet: 00, 0E and 07. RGB value is (0,14,7). Sum of RGB (Red+Green+Blue) = 0+14+7=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 14 (5.86% from 255 or 66.67% from 21); Blue value is 7 (3.12% from 255 or 33.33% from 21); Max value from RGB is 14 - color contains mainly: green. Hex color #000E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E07 is #FFF1F8. Grayscale: #090909. Windows color (decimal): -16773625 or 462336. OLE color: 462336.
HSL color Cylindrical-coordinate representation of color #000E07: hue angle of 150º 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 #000E07 is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 14 | 7 | - |
| CMYK | 1 | 0 | 0.5 | 0.95 |
| HSL | 150º | 1% | 0.03% | - |
| HSV(B) | 150º | 1% | 0.05% | - |
| XYZ | 0.2 | 0.33 | 0.25 | - |
| YUV | 9.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 7 | 1 | 0 | 0.5 | 0.95 | 150 | 1 | 0.03 |
| Hex | 0 | E | 7 | 64 | 0 | 32 | 5F | 96 | 64 | 3 |
| Octal | 0 | 16 | 7 | 144 | 0 | 62 | 137 | 226 | 144 | 3 |
| Binary | 0 | 1110 | 111 | 1100100 | 0 | 110010 | 1011111 | 10010110 | 1100100 | 11 |
Color Harmonies of #000E07
Complementary color
Monochromatic Colors of #000E07
Black with #000E07
Text Example
Text Example
White with #000E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E07; }
p { color: rgb(0,14,7); }
H1.HeaderClassName
{
color: #000E07;
}
.AnyTagClassName
{
color: #000E07;
}
</style>
background-color css
<style>
a { background-color: #000E07; }
a { background-color: rgb(0,14,7); }
div.DivClassName
{
background-color: #000E07;
}
.BgClassName
{
background-color: #000E07;
}
</style>
border-color css
<style>
span { border-color: #000E07; }
span { border-color: rgb(0,14,7); }
td.TdClassName
{
border-color: #000E07;
}
.TagClassName
{
border-color: #000E07;
}
</style>