Shades of Dark Green #0E281E
Tints of Dark Green #0E281E
RGB
CMYK
RGB Variations
Color information
#0E281E (or 0x0E281E) is known color: Dark Green. HEX triplet: 0E, 28 and 1E. RGB value is (14,40,30). Sum of RGB (Red+Green+Blue) = 14+40+30=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #0E281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E281E is #F1D7E1. Grayscale: #1F1F1F. Windows color (decimal): -15849442 or 1976334. OLE color: 1976334.
HSL color Cylindrical-coordinate representation of color #0E281E: hue angle of 156.92º 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 #0E281E is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 40 | 30 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.84 |
| HSL | 156.92º | 0.48% | 0.11% | - |
| HSV(B) | 156.92º | 0.65% | 0.16% | - |
| XYZ | 1.17 | 1.7 | 1.5 | - |
| YUV | 31.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 30 | 0.65 | 0 | 0.25 | 0.84 | 156.92 | 0.48 | 0.11 |
| Hex | E | 28 | 1E | 41 | 0 | 19 | 54 | 9D | 30 | B |
| Octal | 16 | 50 | 36 | 101 | 0 | 31 | 124 | 235 | 60 | 13 |
| Binary | 1110 | 101000 | 11110 | 1000001 | 0 | 11001 | 1010100 | 10011101 | 110000 | 1011 |
Color Harmonies of #0E281E
Complementary color
Monochromatic Colors of #0E281E
Black with #0E281E
Text Example
Text Example
White with #0E281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E281E; }
p { color: rgb(14,40,30); }
H1.HeaderClassName
{
color: #0E281E;
}
.AnyTagClassName
{
color: #0E281E;
}
</style>
background-color css
<style>
a { background-color: #0E281E; }
a { background-color: rgb(14,40,30); }
div.DivClassName
{
background-color: #0E281E;
}
.BgClassName
{
background-color: #0E281E;
}
</style>
border-color css
<style>
span { border-color: #0E281E; }
span { border-color: rgb(14,40,30); }
td.TdClassName
{
border-color: #0E281E;
}
.TagClassName
{
border-color: #0E281E;
}
</style>