Shades of Dark Green #0E2920
Tints of Dark Green #0E2920
RGB
CMYK
RGB Variations
Color information
#0E2920 (or 0x0E2920) is known color: Dark Green. HEX triplet: 0E, 29 and 20. RGB value is (14,41,32). Sum of RGB (Red+Green+Blue) = 14+41+32=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2920 is #F1D6DF. Grayscale: #1F1F1F. Windows color (decimal): -15849184 or 2107662. OLE color: 2107662.
HSL color Cylindrical-coordinate representation of color #0E2920: hue angle of 160º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E2920 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 41 | 32 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.84 |
| HSL | 160º | 0.49% | 0.11% | - |
| HSV(B) | 160º | 0.66% | 0.16% | - |
| XYZ | 1.23 | 1.78 | 1.65 | - |
| YUV | 31.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 32 | 0.66 | 0 | 0.22 | 0.84 | 160 | 0.49 | 0.11 |
| Hex | E | 29 | 20 | 42 | 0 | 16 | 54 | A0 | 31 | B |
| Octal | 16 | 51 | 40 | 102 | 0 | 26 | 124 | 240 | 61 | 13 |
| Binary | 1110 | 101001 | 100000 | 1000010 | 0 | 10110 | 1010100 | 10100000 | 110001 | 1011 |
Color Harmonies of #0E2920
Complementary color
Monochromatic Colors of #0E2920
Black with #0E2920
Text Example
Text Example
White with #0E2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2920; }
p { color: rgb(14,41,32); }
H1.HeaderClassName
{
color: #0E2920;
}
.AnyTagClassName
{
color: #0E2920;
}
</style>
background-color css
<style>
a { background-color: #0E2920; }
a { background-color: rgb(14,41,32); }
div.DivClassName
{
background-color: #0E2920;
}
.BgClassName
{
background-color: #0E2920;
}
</style>
border-color css
<style>
span { border-color: #0E2920; }
span { border-color: rgb(14,41,32); }
td.TdClassName
{
border-color: #0E2920;
}
.TagClassName
{
border-color: #0E2920;
}
</style>