Shades of Dark Green #0E281F
Tints of Dark Green #0E281F
RGB
CMYK
RGB Variations
Color information
#0E281F (or 0x0E281F) is known color: Dark Green. HEX triplet: 0E, 28 and 1F. RGB value is (14,40,31). Sum of RGB (Red+Green+Blue) = 14+40+31=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #0E281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E281F is #F1D7E0. Grayscale: #1F1F1F. Windows color (decimal): -15849441 or 2041870. OLE color: 2041870.
HSL color Cylindrical-coordinate representation of color #0E281F: hue angle of 159.23º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E281F is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 40 | 31 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.84 |
| HSL | 159.23º | 0.48% | 0.11% | - |
| HSV(B) | 159.23º | 0.65% | 0.16% | - |
| XYZ | 1.19 | 1.71 | 1.56 | - |
| YUV | 31.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 31 | 0.65 | 0 | 0.22 | 0.84 | 159.23 | 0.48 | 0.11 |
| Hex | E | 28 | 1F | 41 | 0 | 16 | 54 | 9F | 30 | B |
| Octal | 16 | 50 | 37 | 101 | 0 | 26 | 124 | 237 | 60 | 13 |
| Binary | 1110 | 101000 | 11111 | 1000001 | 0 | 10110 | 1010100 | 10011111 | 110000 | 1011 |
Color Harmonies of #0E281F
Complementary color
Monochromatic Colors of #0E281F
Black with #0E281F
Text Example
Text Example
White with #0E281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E281F; }
p { color: rgb(14,40,31); }
H1.HeaderClassName
{
color: #0E281F;
}
.AnyTagClassName
{
color: #0E281F;
}
</style>
background-color css
<style>
a { background-color: #0E281F; }
a { background-color: rgb(14,40,31); }
div.DivClassName
{
background-color: #0E281F;
}
.BgClassName
{
background-color: #0E281F;
}
</style>
border-color css
<style>
span { border-color: #0E281F; }
span { border-color: rgb(14,40,31); }
td.TdClassName
{
border-color: #0E281F;
}
.TagClassName
{
border-color: #0E281F;
}
</style>