Shades of Dark Green #0E271F
Tints of Dark Green #0E271F
RGB
CMYK
RGB Variations
Color information
#0E271F (or 0x0E271F) is known color: Dark Green. HEX triplet: 0E, 27 and 1F. RGB value is (14,39,31). Sum of RGB (Red+Green+Blue) = 14+39+31=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #0E271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E271F is #F1D8E0. Grayscale: #1E1E1E. Windows color (decimal): -15849697 or 2041614. OLE color: 2041614.
HSL color Cylindrical-coordinate representation of color #0E271F: hue angle of 160.8º 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 #0E271F is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 39 | 31 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.85 |
| HSL | 160.8º | 0.47% | 0.1% | - |
| HSV(B) | 160.8º | 0.64% | 0.15% | - |
| XYZ | 1.15 | 1.64 | 1.55 | - |
| YUV | 30.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 39 | 31 | 0.64 | 0 | 0.21 | 0.85 | 160.8 | 0.47 | 0.1 |
| Hex | E | 27 | 1F | 40 | 0 | 15 | 55 | A1 | 2F | A |
| Octal | 16 | 47 | 37 | 100 | 0 | 25 | 125 | 241 | 57 | 12 |
| Binary | 1110 | 100111 | 11111 | 1000000 | 0 | 10101 | 1010101 | 10100001 | 101111 | 1010 |
Color Harmonies of #0E271F
Complementary color
Monochromatic Colors of #0E271F
Black with #0E271F
Text Example
Text Example
White with #0E271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E271F; }
p { color: rgb(14,39,31); }
H1.HeaderClassName
{
color: #0E271F;
}
.AnyTagClassName
{
color: #0E271F;
}
</style>
background-color css
<style>
a { background-color: #0E271F; }
a { background-color: rgb(14,39,31); }
div.DivClassName
{
background-color: #0E271F;
}
.BgClassName
{
background-color: #0E271F;
}
</style>
border-color css
<style>
span { border-color: #0E271F; }
span { border-color: rgb(14,39,31); }
td.TdClassName
{
border-color: #0E271F;
}
.TagClassName
{
border-color: #0E271F;
}
</style>