Shades of Dark Green #0E211F
Tints of Dark Green #0E211F
RGB
CMYK
RGB Variations
Color information
#0E211F (or 0x0E211F) is known color: Dark Green. HEX triplet: 0E, 21 and 1F. RGB value is (14,33,31). Sum of RGB (Red+Green+Blue) = 14+33+31=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #0E211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E211F is #F1DEE0. Grayscale: #1B1B1B. Windows color (decimal): -15851233 or 2040078. OLE color: 2040078.
HSL color Cylindrical-coordinate representation of color #0E211F: hue angle of 173.68º 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 #0E211F is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 33 | 31 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.87 |
| HSL | 173.68º | 0.4% | 0.09% | - |
| HSV(B) | 173.68º | 0.58% | 0.13% | - |
| XYZ | 0.97 | 1.28 | 1.49 | - |
| YUV | 27.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 31 | 0.58 | 0 | 0.06 | 0.87 | 173.68 | 0.4 | 0.09 |
| Hex | E | 21 | 1F | 3A | 0 | 6 | 57 | AE | 28 | 9 |
| Octal | 16 | 41 | 37 | 72 | 0 | 6 | 127 | 256 | 50 | 11 |
| Binary | 1110 | 100001 | 11111 | 111010 | 0 | 110 | 1010111 | 10101110 | 101000 | 1001 |
Color Harmonies of #0E211F
Complementary color
Monochromatic Colors of #0E211F
Black with #0E211F
Text Example
Text Example
White with #0E211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E211F; }
p { color: rgb(14,33,31); }
H1.HeaderClassName
{
color: #0E211F;
}
.AnyTagClassName
{
color: #0E211F;
}
</style>
background-color css
<style>
a { background-color: #0E211F; }
a { background-color: rgb(14,33,31); }
div.DivClassName
{
background-color: #0E211F;
}
.BgClassName
{
background-color: #0E211F;
}
</style>
border-color css
<style>
span { border-color: #0E211F; }
span { border-color: rgb(14,33,31); }
td.TdClassName
{
border-color: #0E211F;
}
.TagClassName
{
border-color: #0E211F;
}
</style>