Shades of Dark Green #0E2720
Tints of Dark Green #0E2720
RGB
CMYK
RGB Variations
Color information
#0E2720 (or 0x0E2720) is known color: Dark Green. HEX triplet: 0E, 27 and 20. RGB value is (14,39,32). Sum of RGB (Red+Green+Blue) = 14+39+32=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 39 (15.62% from 255 or 45.88% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 39 - color contains mainly: green. Hex color #0E2720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2720 is #F1D8DF. Grayscale: #1E1E1E. Windows color (decimal): -15849696 or 2107150. OLE color: 2107150.
HSL color Cylindrical-coordinate representation of color #0E2720: hue angle of 163.2º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E2720 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 39 | 32 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.85 |
| HSL | 163.2º | 0.47% | 0.1% | - |
| HSV(B) | 163.2º | 0.64% | 0.15% | - |
| XYZ | 1.17 | 1.65 | 1.62 | - |
| YUV | 30.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 32 | 0.64 | 0 | 0.18 | 0.85 | 163.2 | 0.47 | 0.1 |
| Hex | E | 27 | 20 | 40 | 0 | 12 | 55 | A3 | 2F | A |
| Octal | 16 | 47 | 40 | 100 | 0 | 22 | 125 | 243 | 57 | 12 |
| Binary | 1110 | 100111 | 100000 | 1000000 | 0 | 10010 | 1010101 | 10100011 | 101111 | 1010 |
Color Harmonies of #0E2720
Complementary color
Monochromatic Colors of #0E2720
Black with #0E2720
Text Example
Text Example
White with #0E2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2720; }
p { color: rgb(14,39,32); }
H1.HeaderClassName
{
color: #0E2720;
}
.AnyTagClassName
{
color: #0E2720;
}
</style>
background-color css
<style>
a { background-color: #0E2720; }
a { background-color: rgb(14,39,32); }
div.DivClassName
{
background-color: #0E2720;
}
.BgClassName
{
background-color: #0E2720;
}
</style>
border-color css
<style>
span { border-color: #0E2720; }
span { border-color: rgb(14,39,32); }
td.TdClassName
{
border-color: #0E2720;
}
.TagClassName
{
border-color: #0E2720;
}
</style>