Shades of Dark Green #0E3329
Tints of Dark Green #0E3329
RGB
CMYK
RGB Variations
Color information
#0E3329 (or 0x0E3329) is known color: Dark Green. HEX triplet: 0E, 33 and 29. RGB value is (14,51,41). Sum of RGB (Red+Green+Blue) = 14+51+41=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3329 is #F1CCD6. Grayscale: #262626. Windows color (decimal): -15846615 or 2700046. OLE color: 2700046.
HSL color Cylindrical-coordinate representation of color #0E3329: hue angle of 163.78º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E3329 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 41 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.8 |
| HSL | 163.78º | 0.57% | 0.13% | - |
| HSV(B) | 163.78º | 0.73% | 0.2% | - |
| XYZ | 1.77 | 2.62 | 2.51 | - |
| YUV | 38.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 41 | 0.73 | 0 | 0.20 | 0.8 | 163.78 | 0.57 | 0.13 |
| Hex | E | 33 | 29 | 49 | 0 | 14 | 50 | A4 | 39 | D |
| Octal | 16 | 63 | 51 | 111 | 0 | 24 | 120 | 244 | 71 | 15 |
| Binary | 1110 | 110011 | 101001 | 1001001 | 0 | 10100 | 1010000 | 10100100 | 111001 | 1101 |
Color Harmonies of #0E3329
Complementary color
Monochromatic Colors of #0E3329
Black with #0E3329
Text Example
Text Example
White with #0E3329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3329; }
p { color: rgb(14,51,41); }
H1.HeaderClassName
{
color: #0E3329;
}
.AnyTagClassName
{
color: #0E3329;
}
</style>
background-color css
<style>
a { background-color: #0E3329; }
a { background-color: rgb(14,51,41); }
div.DivClassName
{
background-color: #0E3329;
}
.BgClassName
{
background-color: #0E3329;
}
</style>
border-color css
<style>
span { border-color: #0E3329; }
span { border-color: rgb(14,51,41); }
td.TdClassName
{
border-color: #0E3329;
}
.TagClassName
{
border-color: #0E3329;
}
</style>