Shades of Dark Green #000E03
Tints of Dark Green #000E03
RGB
CMYK
RGB Variations
Color information
#000E03 (or 0x000E03) is known color: Dark Green. HEX triplet: 00, 0E and 03. RGB value is (0,14,3). Sum of RGB (Red+Green+Blue) = 0+14+3=17 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 17); Green value is 14 (5.86% from 255 or 82.35% from 17); Blue value is 3 (1.56% from 255 or 17.65% from 17); Max value from RGB is 14 - color contains mainly: green. Hex color #000E03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E03 is #FFF1FC. Grayscale: #080808. Windows color (decimal): -16773629 or 200192. OLE color: 200192.
HSL color Cylindrical-coordinate representation of color #000E03: hue angle of 132.86º 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 #000E03 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 14 | 3 | - |
| CMYK | 1 | 0 | 0.79 | 0.95 |
| HSL | 132.86º | 1% | 0.03% | - |
| HSV(B) | 132.86º | 1% | 0.05% | - |
| XYZ | 0.17 | 0.32 | 0.14 | - |
| YUV | 8.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 3 | 1 | 0 | 0.79 | 0.95 | 132.86 | 1 | 0.03 |
| Hex | 0 | E | 3 | 64 | 0 | 4F | 5F | 85 | 64 | 3 |
| Octal | 0 | 16 | 3 | 144 | 0 | 117 | 137 | 205 | 144 | 3 |
| Binary | 0 | 1110 | 11 | 1100100 | 0 | 1001111 | 1011111 | 10000101 | 1100100 | 11 |
Color Harmonies of #000E03
Complementary color
Monochromatic Colors of #000E03
Black with #000E03
Text Example
Text Example
White with #000E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E03; }
p { color: rgb(0,14,3); }
H1.HeaderClassName
{
color: #000E03;
}
.AnyTagClassName
{
color: #000E03;
}
</style>
background-color css
<style>
a { background-color: #000E03; }
a { background-color: rgb(0,14,3); }
div.DivClassName
{
background-color: #000E03;
}
.BgClassName
{
background-color: #000E03;
}
</style>
border-color css
<style>
span { border-color: #000E03; }
span { border-color: rgb(0,14,3); }
td.TdClassName
{
border-color: #000E03;
}
.TagClassName
{
border-color: #000E03;
}
</style>