Shades of Dark Green #0E271C
Tints of Dark Green #0E271C
RGB
CMYK
RGB Variations
Color information
#0E271C (or 0x0E271C) is known color: Dark Green. HEX triplet: 0E, 27 and 1C. RGB value is (14,39,28). Sum of RGB (Red+Green+Blue) = 14+39+28=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #0E271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E271C is #F1D8E3. Grayscale: #1E1E1E. Windows color (decimal): -15849700 or 1845006. OLE color: 1845006.
HSL color Cylindrical-coordinate representation of color #0E271C: hue angle of 153.6º 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 #0E271C is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 39 | 28 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.85 |
| HSL | 153.6º | 0.47% | 0.1% | - |
| HSV(B) | 153.6º | 0.64% | 0.15% | - |
| XYZ | 1.12 | 1.63 | 1.35 | - |
| YUV | 30.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 28 | 0.64 | 0 | 0.28 | 0.85 | 153.6 | 0.47 | 0.1 |
| Hex | E | 27 | 1C | 40 | 0 | 1C | 55 | 9A | 2F | A |
| Octal | 16 | 47 | 34 | 100 | 0 | 34 | 125 | 232 | 57 | 12 |
| Binary | 1110 | 100111 | 11100 | 1000000 | 0 | 11100 | 1010101 | 10011010 | 101111 | 1010 |
Color Harmonies of #0E271C
Complementary color
Monochromatic Colors of #0E271C
Black with #0E271C
Text Example
Text Example
White with #0E271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E271C; }
p { color: rgb(14,39,28); }
H1.HeaderClassName
{
color: #0E271C;
}
.AnyTagClassName
{
color: #0E271C;
}
</style>
background-color css
<style>
a { background-color: #0E271C; }
a { background-color: rgb(14,39,28); }
div.DivClassName
{
background-color: #0E271C;
}
.BgClassName
{
background-color: #0E271C;
}
</style>
border-color css
<style>
span { border-color: #0E271C; }
span { border-color: rgb(14,39,28); }
td.TdClassName
{
border-color: #0E271C;
}
.TagClassName
{
border-color: #0E271C;
}
</style>