Shades of Deep Fir #0E4118
Tints of Deep Fir #0E4118
RGB
CMYK
RGB Variations
Color information
#0E4118 (or 0x0E4118) is known color: Deep Fir. HEX triplet: 0E, 41 and 18. RGB value is (14,65,24). Sum of RGB (Red+Green+Blue) = 14+65+24=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #0E4118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4118 is #F1BEE7. Grayscale: #2D2D2D. Windows color (decimal): -15843048 or 1589518. OLE color: 1589518.
HSL color Cylindrical-coordinate representation of color #0E4118: hue angle of 131.76º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E4118 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 65 | 24 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.75 |
| HSL | 131.76º | 0.65% | 0.15% | - |
| HSV(B) | 131.76º | 0.78% | 0.25% | - |
| XYZ | 2.24 | 3.94 | 1.51 | - |
| YUV | 45.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 65 | 24 | 0.78 | 0 | 0.63 | 0.75 | 131.76 | 0.65 | 0.15 |
| Hex | E | 41 | 18 | 4E | 0 | 3F | 4B | 84 | 41 | F |
| Octal | 16 | 101 | 30 | 116 | 0 | 77 | 113 | 204 | 101 | 17 |
| Binary | 1110 | 1000001 | 11000 | 1001110 | 0 | 111111 | 1001011 | 10000100 | 1000001 | 1111 |
Color Harmonies of #0E4118
Complementary color
Monochromatic Colors of #0E4118
Black with #0E4118
Text Example
Text Example
White with #0E4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4118; }
p { color: rgb(14,65,24); }
H1.HeaderClassName
{
color: #0E4118;
}
.AnyTagClassName
{
color: #0E4118;
}
</style>
background-color css
<style>
a { background-color: #0E4118; }
a { background-color: rgb(14,65,24); }
div.DivClassName
{
background-color: #0E4118;
}
.BgClassName
{
background-color: #0E4118;
}
</style>
border-color css
<style>
span { border-color: #0E4118; }
span { border-color: rgb(14,65,24); }
td.TdClassName
{
border-color: #0E4118;
}
.TagClassName
{
border-color: #0E4118;
}
</style>