Shades of Deep Fir #0E2917
Tints of Deep Fir #0E2917
RGB
CMYK
RGB Variations
Color information
#0E2917 (or 0x0E2917) is known color: Deep Fir. HEX triplet: 0E, 29 and 17. RGB value is (14,41,23). Sum of RGB (Red+Green+Blue) = 14+41+23=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #0E2917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2917 is #F1D6E8. Grayscale: #1E1E1E. Windows color (decimal): -15849193 or 1517838. OLE color: 1517838.
HSL color Cylindrical-coordinate representation of color #0E2917: hue angle of 140º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E2917 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 41 | 23 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.84 |
| HSL | 140º | 0.49% | 0.11% | - |
| HSV(B) | 140º | 0.66% | 0.16% | - |
| XYZ | 1.13 | 1.74 | 1.09 | - |
| YUV | 30.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 41 | 23 | 0.66 | 0 | 0.44 | 0.84 | 140 | 0.49 | 0.11 |
| Hex | E | 29 | 17 | 42 | 0 | 2C | 54 | 8C | 31 | B |
| Octal | 16 | 51 | 27 | 102 | 0 | 54 | 124 | 214 | 61 | 13 |
| Binary | 1110 | 101001 | 10111 | 1000010 | 0 | 101100 | 1010100 | 10001100 | 110001 | 1011 |
Color Harmonies of #0E2917
Complementary color
Monochromatic Colors of #0E2917
Black with #0E2917
Text Example
Text Example
White with #0E2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2917; }
p { color: rgb(14,41,23); }
H1.HeaderClassName
{
color: #0E2917;
}
.AnyTagClassName
{
color: #0E2917;
}
</style>
background-color css
<style>
a { background-color: #0E2917; }
a { background-color: rgb(14,41,23); }
div.DivClassName
{
background-color: #0E2917;
}
.BgClassName
{
background-color: #0E2917;
}
</style>
border-color css
<style>
span { border-color: #0E2917; }
span { border-color: rgb(14,41,23); }
td.TdClassName
{
border-color: #0E2917;
}
.TagClassName
{
border-color: #0E2917;
}
</style>