Shades of Dark Green #0E1D15
Tints of Dark Green #0E1D15
RGB
CMYK
RGB Variations
Color information
#0E1D15 (or 0x0E1D15) is known color: Dark Green. HEX triplet: 0E, 1D and 15. RGB value is (14,29,21). Sum of RGB (Red+Green+Blue) = 14+29+21=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D15 is #F1E2EA. Grayscale: #171717. Windows color (decimal): -15852267 or 1383694. OLE color: 1383694.
HSL color Cylindrical-coordinate representation of color #0E1D15: hue angle of 148º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0E1D15 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 29 | 21 | - |
| CMYK | 0.52 | 0 | 0.28 | 0.89 |
| HSL | 148º | 0.35% | 0.08% | - |
| HSV(B) | 148º | 0.52% | 0.11% | - |
| XYZ | 0.76 | 1.03 | 0.87 | - |
| YUV | 23.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 21 | 0.52 | 0 | 0.28 | 0.89 | 148 | 0.35 | 0.08 |
| Hex | E | 1D | 15 | 34 | 0 | 1C | 59 | 94 | 23 | 8 |
| Octal | 16 | 35 | 25 | 64 | 0 | 34 | 131 | 224 | 43 | 10 |
| Binary | 1110 | 11101 | 10101 | 110100 | 0 | 11100 | 1011001 | 10010100 | 100011 | 1000 |
Color Harmonies of #0E1D15
Complementary color
Monochromatic Colors of #0E1D15
Black with #0E1D15
Text Example
Text Example
White with #0E1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D15; }
p { color: rgb(14,29,21); }
H1.HeaderClassName
{
color: #0E1D15;
}
.AnyTagClassName
{
color: #0E1D15;
}
</style>
background-color css
<style>
a { background-color: #0E1D15; }
a { background-color: rgb(14,29,21); }
div.DivClassName
{
background-color: #0E1D15;
}
.BgClassName
{
background-color: #0E1D15;
}
</style>
border-color css
<style>
span { border-color: #0E1D15; }
span { border-color: rgb(14,29,21); }
td.TdClassName
{
border-color: #0E1D15;
}
.TagClassName
{
border-color: #0E1D15;
}
</style>