Shades of Dark Green #0E271B
Tints of Dark Green #0E271B
RGB
CMYK
RGB Variations
Color information
#0E271B (or 0x0E271B) is known color: Dark Green. HEX triplet: 0E, 27 and 1B. RGB value is (14,39,27). Sum of RGB (Red+Green+Blue) = 14+39+27=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #0E271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E271B is #F1D8E4. Grayscale: #1E1E1E. Windows color (decimal): -15849701 or 1779470. OLE color: 1779470.
HSL color Cylindrical-coordinate representation of color #0E271B: hue angle of 151.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 #0E271B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 39 | 27 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.85 |
| HSL | 151.2º | 0.47% | 0.1% | - |
| HSV(B) | 151.2º | 0.64% | 0.15% | - |
| XYZ | 1.1 | 1.62 | 1.29 | - |
| YUV | 30.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 27 | 0.64 | 0 | 0.31 | 0.85 | 151.2 | 0.47 | 0.1 |
| Hex | E | 27 | 1B | 40 | 0 | 1F | 55 | 97 | 2F | A |
| Octal | 16 | 47 | 33 | 100 | 0 | 37 | 125 | 227 | 57 | 12 |
| Binary | 1110 | 100111 | 11011 | 1000000 | 0 | 11111 | 1010101 | 10010111 | 101111 | 1010 |
Color Harmonies of #0E271B
Complementary color
Monochromatic Colors of #0E271B
Black with #0E271B
Text Example
Text Example
White with #0E271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E271B; }
p { color: rgb(14,39,27); }
H1.HeaderClassName
{
color: #0E271B;
}
.AnyTagClassName
{
color: #0E271B;
}
</style>
background-color css
<style>
a { background-color: #0E271B; }
a { background-color: rgb(14,39,27); }
div.DivClassName
{
background-color: #0E271B;
}
.BgClassName
{
background-color: #0E271B;
}
</style>
border-color css
<style>
span { border-color: #0E271B; }
span { border-color: rgb(14,39,27); }
td.TdClassName
{
border-color: #0E271B;
}
.TagClassName
{
border-color: #0E271B;
}
</style>