Shades of Dark Green #0E281B
Tints of Dark Green #0E281B
RGB
CMYK
RGB Variations
Color information
#0E281B (or 0x0E281B) is known color: Dark Green. HEX triplet: 0E, 28 and 1B. RGB value is (14,40,27). Sum of RGB (Red+Green+Blue) = 14+40+27=81 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.28% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #0E281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E281B is #F1D7E4. Grayscale: #1E1E1E. Windows color (decimal): -15849445 or 1779726. OLE color: 1779726.
HSL color Cylindrical-coordinate representation of color #0E281B: hue angle of 150º 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 #0E281B is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 40 | 27 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.84 |
| HSL | 150º | 0.48% | 0.11% | - |
| HSV(B) | 150º | 0.65% | 0.16% | - |
| XYZ | 1.14 | 1.69 | 1.3 | - |
| YUV | 30.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 27 | 0.65 | 0 | 0.33 | 0.84 | 150 | 0.48 | 0.11 |
| Hex | E | 28 | 1B | 41 | 0 | 21 | 54 | 96 | 30 | B |
| Octal | 16 | 50 | 33 | 101 | 0 | 41 | 124 | 226 | 60 | 13 |
| Binary | 1110 | 101000 | 11011 | 1000001 | 0 | 100001 | 1010100 | 10010110 | 110000 | 1011 |
Color Harmonies of #0E281B
Complementary color
Monochromatic Colors of #0E281B
Black with #0E281B
Text Example
Text Example
White with #0E281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E281B; }
p { color: rgb(14,40,27); }
H1.HeaderClassName
{
color: #0E281B;
}
.AnyTagClassName
{
color: #0E281B;
}
</style>
background-color css
<style>
a { background-color: #0E281B; }
a { background-color: rgb(14,40,27); }
div.DivClassName
{
background-color: #0E281B;
}
.BgClassName
{
background-color: #0E281B;
}
</style>
border-color css
<style>
span { border-color: #0E281B; }
span { border-color: rgb(14,40,27); }
td.TdClassName
{
border-color: #0E281B;
}
.TagClassName
{
border-color: #0E281B;
}
</style>