Shades of Dark Green #0E271D
Tints of Dark Green #0E271D
RGB
CMYK
RGB Variations
Color information
#0E271D (or 0x0E271D) is known color: Dark Green. HEX triplet: 0E, 27 and 1D. RGB value is (14,39,29). Sum of RGB (Red+Green+Blue) = 14+39+29=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #0E271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E271D is #F1D8E2. Grayscale: #1E1E1E. Windows color (decimal): -15849699 or 1910542. OLE color: 1910542.
HSL color Cylindrical-coordinate representation of color #0E271D: hue angle of 156º 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 #0E271D is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 39 | 29 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.85 |
| HSL | 156º | 0.47% | 0.1% | - |
| HSV(B) | 156º | 0.64% | 0.15% | - |
| XYZ | 1.13 | 1.63 | 1.42 | - |
| YUV | 30.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 29 | 0.64 | 0 | 0.26 | 0.85 | 156 | 0.47 | 0.1 |
| Hex | E | 27 | 1D | 40 | 0 | 1A | 55 | 9C | 2F | A |
| Octal | 16 | 47 | 35 | 100 | 0 | 32 | 125 | 234 | 57 | 12 |
| Binary | 1110 | 100111 | 11101 | 1000000 | 0 | 11010 | 1010101 | 10011100 | 101111 | 1010 |
Color Harmonies of #0E271D
Complementary color
Monochromatic Colors of #0E271D
Black with #0E271D
Text Example
Text Example
White with #0E271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E271D; }
p { color: rgb(14,39,29); }
H1.HeaderClassName
{
color: #0E271D;
}
.AnyTagClassName
{
color: #0E271D;
}
</style>
background-color css
<style>
a { background-color: #0E271D; }
a { background-color: rgb(14,39,29); }
div.DivClassName
{
background-color: #0E271D;
}
.BgClassName
{
background-color: #0E271D;
}
</style>
border-color css
<style>
span { border-color: #0E271D; }
span { border-color: rgb(14,39,29); }
td.TdClassName
{
border-color: #0E271D;
}
.TagClassName
{
border-color: #0E271D;
}
</style>