Shades of Dark Green #0E2C24
Tints of Dark Green #0E2C24
RGB
CMYK
RGB Variations
Color information
#0E2C24 (or 0x0E2C24) is known color: Dark Green. HEX triplet: 0E, 2C and 24. RGB value is (14,44,36). Sum of RGB (Red+Green+Blue) = 14+44+36=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 44 (17.58% from 255 or 46.81% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 44 - color contains mainly: green. Hex color #0E2C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C24 is #F1D3DB. Grayscale: #222222. Windows color (decimal): -15848412 or 2370574. OLE color: 2370574.
HSL color Cylindrical-coordinate representation of color #0E2C24: hue angle of 164º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E2C24 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 44 | 36 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.83 |
| HSL | 164º | 0.52% | 0.11% | - |
| HSV(B) | 164º | 0.68% | 0.17% | - |
| XYZ | 1.4 | 2.02 | 1.99 | - |
| YUV | 34.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 36 | 0.68 | 0 | 0.18 | 0.83 | 164 | 0.52 | 0.11 |
| Hex | E | 2C | 24 | 44 | 0 | 12 | 53 | A4 | 34 | B |
| Octal | 16 | 54 | 44 | 104 | 0 | 22 | 123 | 244 | 64 | 13 |
| Binary | 1110 | 101100 | 100100 | 1000100 | 0 | 10010 | 1010011 | 10100100 | 110100 | 1011 |
Color Harmonies of #0E2C24
Complementary color
Monochromatic Colors of #0E2C24
Black with #0E2C24
Text Example
Text Example
White with #0E2C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2C24; }
p { color: rgb(14,44,36); }
H1.HeaderClassName
{
color: #0E2C24;
}
.AnyTagClassName
{
color: #0E2C24;
}
</style>
background-color css
<style>
a { background-color: #0E2C24; }
a { background-color: rgb(14,44,36); }
div.DivClassName
{
background-color: #0E2C24;
}
.BgClassName
{
background-color: #0E2C24;
}
</style>
border-color css
<style>
span { border-color: #0E2C24; }
span { border-color: rgb(14,44,36); }
td.TdClassName
{
border-color: #0E2C24;
}
.TagClassName
{
border-color: #0E2C24;
}
</style>