Shades of Dark Green #0E3427
Tints of Dark Green #0E3427
RGB
CMYK
RGB Variations
Color information
#0E3427 (or 0x0E3427) is known color: Dark Green. HEX triplet: 0E, 34 and 27. RGB value is (14,52,39). Sum of RGB (Red+Green+Blue) = 14+52+39=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #0E3427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3427 is #F1CBD8. Grayscale: #272727. Windows color (decimal): -15846361 or 2569230. OLE color: 2569230.
HSL color Cylindrical-coordinate representation of color #0E3427: hue angle of 159.47º 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 #0E3427 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 52 | 39 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.80 |
| HSL | 159.47º | 0.58% | 0.13% | - |
| HSV(B) | 159.47º | 0.73% | 0.2% | - |
| XYZ | 1.78 | 2.7 | 2.35 | - |
| YUV | 39.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 39 | 0.73 | 0 | 0.25 | 0.80 | 159.47 | 0.58 | 0.13 |
| Hex | E | 34 | 27 | 49 | 0 | 19 | 50 | 9F | 3A | D |
| Octal | 16 | 64 | 47 | 111 | 0 | 31 | 120 | 237 | 72 | 15 |
| Binary | 1110 | 110100 | 100111 | 1001001 | 0 | 11001 | 1010000 | 10011111 | 111010 | 1101 |
Color Harmonies of #0E3427
Complementary color
Monochromatic Colors of #0E3427
Black with #0E3427
Text Example
Text Example
White with #0E3427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3427; }
p { color: rgb(14,52,39); }
H1.HeaderClassName
{
color: #0E3427;
}
.AnyTagClassName
{
color: #0E3427;
}
</style>
background-color css
<style>
a { background-color: #0E3427; }
a { background-color: rgb(14,52,39); }
div.DivClassName
{
background-color: #0E3427;
}
.BgClassName
{
background-color: #0E3427;
}
</style>
border-color css
<style>
span { border-color: #0E3427; }
span { border-color: rgb(14,52,39); }
td.TdClassName
{
border-color: #0E3427;
}
.TagClassName
{
border-color: #0E3427;
}
</style>