Shades of Dark Green #0E1211
Tints of Dark Green #0E1211
RGB
CMYK
RGB Variations
Color information
#0E1211 (or 0x0E1211) is known color: Dark Green. HEX triplet: 0E, 12 and 11. RGB value is (14,18,17). Sum of RGB (Red+Green+Blue) = 14+18+17=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 18 - color contains mainly: green. Hex color #0E1211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1211 is #F1EDEE. Grayscale: #101010. Windows color (decimal): -15855087 or 1118734. OLE color: 1118734.
HSL color Cylindrical-coordinate representation of color #0E1211: hue angle of 165º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #0E1211 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 18 | 17 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.93 |
| HSL | 165º | 0.13% | 0.06% | - |
| HSV(B) | 165º | 0.22% | 0.07% | - |
| XYZ | 0.5 | 0.57 | 0.61 | - |
| YUV | 16.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 17 | 0.22 | 0 | 0.06 | 0.93 | 165 | 0.13 | 0.06 |
| Hex | E | 12 | 11 | 16 | 0 | 6 | 5D | A5 | C | 6 |
| Octal | 16 | 22 | 21 | 26 | 0 | 6 | 135 | 245 | 14 | 6 |
| Binary | 1110 | 10010 | 10001 | 10110 | 0 | 110 | 1011101 | 10100101 | 1100 | 110 |
Color Harmonies of #0E1211
Complementary color
Monochromatic Colors of #0E1211
Black with #0E1211
Text Example
Text Example
White with #0E1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1211; }
p { color: rgb(14,18,17); }
H1.HeaderClassName
{
color: #0E1211;
}
.AnyTagClassName
{
color: #0E1211;
}
</style>
background-color css
<style>
a { background-color: #0E1211; }
a { background-color: rgb(14,18,17); }
div.DivClassName
{
background-color: #0E1211;
}
.BgClassName
{
background-color: #0E1211;
}
</style>
border-color css
<style>
span { border-color: #0E1211; }
span { border-color: rgb(14,18,17); }
td.TdClassName
{
border-color: #0E1211;
}
.TagClassName
{
border-color: #0E1211;
}
</style>