Shades of Dark Green #0E2520
Tints of Dark Green #0E2520
RGB
CMYK
RGB Variations
Color information
#0E2520 (or 0x0E2520) is known color: Dark Green. HEX triplet: 0E, 25 and 20. RGB value is (14,37,32). Sum of RGB (Red+Green+Blue) = 14+37+32=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #0E2520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2520 is #F1DADF. Grayscale: #1D1D1D. Windows color (decimal): -15850208 or 2106638. OLE color: 2106638.
HSL color Cylindrical-coordinate representation of color #0E2520: hue angle of 166.96º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0E2520 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 37 | 32 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.85 |
| HSL | 166.96º | 0.45% | 0.1% | - |
| HSV(B) | 166.96º | 0.62% | 0.15% | - |
| XYZ | 1.1 | 1.52 | 1.6 | - |
| YUV | 29.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 32 | 0.62 | 0 | 0.14 | 0.85 | 166.96 | 0.45 | 0.1 |
| Hex | E | 25 | 20 | 3E | 0 | E | 55 | A7 | 2D | A |
| Octal | 16 | 45 | 40 | 76 | 0 | 16 | 125 | 247 | 55 | 12 |
| Binary | 1110 | 100101 | 100000 | 111110 | 0 | 1110 | 1010101 | 10100111 | 101101 | 1010 |
Color Harmonies of #0E2520
Complementary color
Monochromatic Colors of #0E2520
Black with #0E2520
Text Example
Text Example
White with #0E2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2520; }
p { color: rgb(14,37,32); }
H1.HeaderClassName
{
color: #0E2520;
}
.AnyTagClassName
{
color: #0E2520;
}
</style>
background-color css
<style>
a { background-color: #0E2520; }
a { background-color: rgb(14,37,32); }
div.DivClassName
{
background-color: #0E2520;
}
.BgClassName
{
background-color: #0E2520;
}
</style>
border-color css
<style>
span { border-color: #0E2520; }
span { border-color: rgb(14,37,32); }
td.TdClassName
{
border-color: #0E2520;
}
.TagClassName
{
border-color: #0E2520;
}
</style>