Shades of Dark Green #0E2D20
Tints of Dark Green #0E2D20
RGB
CMYK
RGB Variations
Color information
#0E2D20 (or 0x0E2D20) is known color: Dark Green. HEX triplet: 0E, 2D and 20. RGB value is (14,45,32). Sum of RGB (Red+Green+Blue) = 14+45+32=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 45 - color contains mainly: green. Hex color #0E2D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2D20 is #F1D2DF. Grayscale: #222222. Windows color (decimal): -15848160 or 2108686. OLE color: 2108686.
HSL color Cylindrical-coordinate representation of color #0E2D20: hue angle of 154.84º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E2D20 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 14 | 45 | 32 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.82 |
| HSL | 154.84º | 0.53% | 0.12% | - |
| HSV(B) | 154.84º | 0.69% | 0.18% | - |
| XYZ | 1.38 | 2.07 | 1.69 | - |
| YUV | 34.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 32 | 0.69 | 0 | 0.29 | 0.82 | 154.84 | 0.53 | 0.12 |
| Hex | E | 2D | 20 | 45 | 0 | 1D | 52 | 9B | 35 | C |
| Octal | 16 | 55 | 40 | 105 | 0 | 35 | 122 | 233 | 65 | 14 |
| Binary | 1110 | 101101 | 100000 | 1000101 | 0 | 11101 | 1010010 | 10011011 | 110101 | 1100 |
Color Harmonies of #0E2D20
Complementary color
Monochromatic Colors of #0E2D20
Black with #0E2D20
Text Example
Text Example
White with #0E2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2D20; }
p { color: rgb(14,45,32); }
H1.HeaderClassName
{
color: #0E2D20;
}
.AnyTagClassName
{
color: #0E2D20;
}
</style>
background-color css
<style>
a { background-color: #0E2D20; }
a { background-color: rgb(14,45,32); }
div.DivClassName
{
background-color: #0E2D20;
}
.BgClassName
{
background-color: #0E2D20;
}
</style>
border-color css
<style>
span { border-color: #0E2D20; }
span { border-color: rgb(14,45,32); }
td.TdClassName
{
border-color: #0E2D20;
}
.TagClassName
{
border-color: #0E2D20;
}
</style>