Shades of Dark Green #0E3729
Tints of Dark Green #0E3729
RGB
CMYK
RGB Variations
Color information
#0E3729 (or 0x0E3729) is known color: Dark Green. HEX triplet: 0E, 37 and 29. RGB value is (14,55,41). Sum of RGB (Red+Green+Blue) = 14+55+41=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3729 is #F1C8D6. Grayscale: #292929. Windows color (decimal): -15845591 or 2701070. OLE color: 2701070.
HSL color Cylindrical-coordinate representation of color #0E3729: hue angle of 159.51º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3729 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 41 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.78 |
| HSL | 159.51º | 0.59% | 0.14% | - |
| HSV(B) | 159.51º | 0.75% | 0.22% | - |
| XYZ | 1.95 | 2.99 | 2.57 | - |
| YUV | 41.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 41 | 0.75 | 0 | 0.25 | 0.78 | 159.51 | 0.59 | 0.14 |
| Hex | E | 37 | 29 | 4B | 0 | 19 | 4E | A0 | 3B | E |
| Octal | 16 | 67 | 51 | 113 | 0 | 31 | 116 | 240 | 73 | 16 |
| Binary | 1110 | 110111 | 101001 | 1001011 | 0 | 11001 | 1001110 | 10100000 | 111011 | 1110 |
Color Harmonies of #0E3729
Complementary color
Monochromatic Colors of #0E3729
Black with #0E3729
Text Example
Text Example
White with #0E3729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3729; }
p { color: rgb(14,55,41); }
H1.HeaderClassName
{
color: #0E3729;
}
.AnyTagClassName
{
color: #0E3729;
}
</style>
background-color css
<style>
a { background-color: #0E3729; }
a { background-color: rgb(14,55,41); }
div.DivClassName
{
background-color: #0E3729;
}
.BgClassName
{
background-color: #0E3729;
}
</style>
border-color css
<style>
span { border-color: #0E3729; }
span { border-color: rgb(14,55,41); }
td.TdClassName
{
border-color: #0E3729;
}
.TagClassName
{
border-color: #0E3729;
}
</style>