Shades of Dark Green #0E3428
Tints of Dark Green #0E3428
RGB
CMYK
RGB Variations
Color information
#0E3428 (or 0x0E3428) is known color: Dark Green. HEX triplet: 0E, 34 and 28. RGB value is (14,52,40). Sum of RGB (Red+Green+Blue) = 14+52+40=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 52 (20.70% from 255 or 49.06% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3428 is #F1CBD7. Grayscale: #272727. Windows color (decimal): -15846360 or 2634766. OLE color: 2634766.
HSL color Cylindrical-coordinate representation of color #0E3428: hue angle of 161.05º degrees, saturation: 0.58, 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 #0E3428 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 52 | 40 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.80 |
| HSL | 161.05º | 0.58% | 0.13% | - |
| HSV(B) | 161.05º | 0.73% | 0.2% | - |
| XYZ | 1.79 | 2.7 | 2.43 | - |
| YUV | 39.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 40 | 0.73 | 0 | 0.23 | 0.80 | 161.05 | 0.58 | 0.13 |
| Hex | E | 34 | 28 | 49 | 0 | 17 | 50 | A1 | 3A | D |
| Octal | 16 | 64 | 50 | 111 | 0 | 27 | 120 | 241 | 72 | 15 |
| Binary | 1110 | 110100 | 101000 | 1001001 | 0 | 10111 | 1010000 | 10100001 | 111010 | 1101 |
Color Harmonies of #0E3428
Complementary color
Monochromatic Colors of #0E3428
Black with #0E3428
Text Example
Text Example
White with #0E3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3428; }
p { color: rgb(14,52,40); }
H1.HeaderClassName
{
color: #0E3428;
}
.AnyTagClassName
{
color: #0E3428;
}
</style>
background-color css
<style>
a { background-color: #0E3428; }
a { background-color: rgb(14,52,40); }
div.DivClassName
{
background-color: #0E3428;
}
.BgClassName
{
background-color: #0E3428;
}
</style>
border-color css
<style>
span { border-color: #0E3428; }
span { border-color: rgb(14,52,40); }
td.TdClassName
{
border-color: #0E3428;
}
.TagClassName
{
border-color: #0E3428;
}
</style>