Shades of Dark Green #0E211D
Tints of Dark Green #0E211D
RGB
CMYK
RGB Variations
Color information
#0E211D (or 0x0E211D) is known color: Dark Green. HEX triplet: 0E, 21 and 1D. RGB value is (14,33,29). Sum of RGB (Red+Green+Blue) = 14+33+29=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #0E211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E211D is #F1DEE2. Grayscale: #1A1A1A. Windows color (decimal): -15851235 or 1909006. OLE color: 1909006.
HSL color Cylindrical-coordinate representation of color #0E211D: hue angle of 167.37º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E211D is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 33 | 29 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.87 |
| HSL | 167.37º | 0.4% | 0.09% | - |
| HSV(B) | 167.37º | 0.58% | 0.13% | - |
| XYZ | 0.95 | 1.27 | 1.36 | - |
| YUV | 26.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 29 | 0.58 | 0 | 0.12 | 0.87 | 167.37 | 0.4 | 0.09 |
| Hex | E | 21 | 1D | 3A | 0 | C | 57 | A7 | 28 | 9 |
| Octal | 16 | 41 | 35 | 72 | 0 | 14 | 127 | 247 | 50 | 11 |
| Binary | 1110 | 100001 | 11101 | 111010 | 0 | 1100 | 1010111 | 10100111 | 101000 | 1001 |
Color Harmonies of #0E211D
Complementary color
Monochromatic Colors of #0E211D
Black with #0E211D
Text Example
Text Example
White with #0E211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E211D; }
p { color: rgb(14,33,29); }
H1.HeaderClassName
{
color: #0E211D;
}
.AnyTagClassName
{
color: #0E211D;
}
</style>
background-color css
<style>
a { background-color: #0E211D; }
a { background-color: rgb(14,33,29); }
div.DivClassName
{
background-color: #0E211D;
}
.BgClassName
{
background-color: #0E211D;
}
</style>
border-color css
<style>
span { border-color: #0E211D; }
span { border-color: rgb(14,33,29); }
td.TdClassName
{
border-color: #0E211D;
}
.TagClassName
{
border-color: #0E211D;
}
</style>