Shades of Dark Green #0E3124
Tints of Dark Green #0E3124
RGB
CMYK
RGB Variations
Color information
#0E3124 (or 0x0E3124) is known color: Dark Green. HEX triplet: 0E, 31 and 24. RGB value is (14,49,36). Sum of RGB (Red+Green+Blue) = 14+49+36=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #0E3124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3124 is #F1CEDB. Grayscale: #252525. Windows color (decimal): -15847132 or 2371854. OLE color: 2371854.
HSL color Cylindrical-coordinate representation of color #0E3124: hue angle of 157.71º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E3124 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 49 | 36 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.81 |
| HSL | 157.71º | 0.56% | 0.12% | - |
| HSV(B) | 157.71º | 0.71% | 0.19% | - |
| XYZ | 1.6 | 2.42 | 2.05 | - |
| YUV | 37.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 36 | 0.71 | 0 | 0.27 | 0.81 | 157.71 | 0.56 | 0.12 |
| Hex | E | 31 | 24 | 47 | 0 | 1B | 51 | 9E | 38 | C |
| Octal | 16 | 61 | 44 | 107 | 0 | 33 | 121 | 236 | 70 | 14 |
| Binary | 1110 | 110001 | 100100 | 1000111 | 0 | 11011 | 1010001 | 10011110 | 111000 | 1100 |
Color Harmonies of #0E3124
Complementary color
Monochromatic Colors of #0E3124
Black with #0E3124
Text Example
Text Example
White with #0E3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3124; }
p { color: rgb(14,49,36); }
H1.HeaderClassName
{
color: #0E3124;
}
.AnyTagClassName
{
color: #0E3124;
}
</style>
background-color css
<style>
a { background-color: #0E3124; }
a { background-color: rgb(14,49,36); }
div.DivClassName
{
background-color: #0E3124;
}
.BgClassName
{
background-color: #0E3124;
}
</style>
border-color css
<style>
span { border-color: #0E3124; }
span { border-color: rgb(14,49,36); }
td.TdClassName
{
border-color: #0E3124;
}
.TagClassName
{
border-color: #0E3124;
}
</style>