Shades of Dark Green #00110E
Tints of Dark Green #00110E
RGB
CMYK
RGB Variations
Color information
#00110E (or 0x00110E) is known color: Dark Green. HEX triplet: 00, 11 and 0E. RGB value is (0,17,14). Sum of RGB (Red+Green+Blue) = 0+17+14=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 14 (5.86% from 255 or 45.16% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #00110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00110E is #FFEEF1. Grayscale: #0B0B0B. Windows color (decimal): -16772850 or 921856. OLE color: 921856.
HSL color Cylindrical-coordinate representation of color #00110E: hue angle of 169.41º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00110E is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 17 | 14 | - |
| CMYK | 1 | 0 | 0.18 | 0.93 |
| HSL | 169.41º | 1% | 0.03% | - |
| HSV(B) | 169.41º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.43 | 0.48 | - |
| YUV | 11.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 14 | 1 | 0 | 0.18 | 0.93 | 169.41 | 1 | 0.03 |
| Hex | 0 | 11 | E | 64 | 0 | 12 | 5D | A9 | 64 | 3 |
| Octal | 0 | 21 | 16 | 144 | 0 | 22 | 135 | 251 | 144 | 3 |
| Binary | 0 | 10001 | 1110 | 1100100 | 0 | 10010 | 1011101 | 10101001 | 1100100 | 11 |
Color Harmonies of #00110E
Complementary color
Monochromatic Colors of #00110E
Black with #00110E
Text Example
Text Example
White with #00110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00110E; }
p { color: rgb(0,17,14); }
H1.HeaderClassName
{
color: #00110E;
}
.AnyTagClassName
{
color: #00110E;
}
</style>
background-color css
<style>
a { background-color: #00110E; }
a { background-color: rgb(0,17,14); }
div.DivClassName
{
background-color: #00110E;
}
.BgClassName
{
background-color: #00110E;
}
</style>
border-color css
<style>
span { border-color: #00110E; }
span { border-color: rgb(0,17,14); }
td.TdClassName
{
border-color: #00110E;
}
.TagClassName
{
border-color: #00110E;
}
</style>