Shades of Deep Fir #0E4C1F
Tints of Deep Fir #0E4C1F
RGB
CMYK
RGB Variations
Color information
#0E4C1F (or 0x0E4C1F) is known color: Deep Fir. HEX triplet: 0E, 4C and 1F. RGB value is (14,76,31). Sum of RGB (Red+Green+Blue) = 14+76+31=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 31 (12.5% from 255 or 25.62% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #0E4C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4C1F is #F1B3E0. Grayscale: #343434. Windows color (decimal): -15840225 or 2051086. OLE color: 2051086.
HSL color Cylindrical-coordinate representation of color #0E4C1F: hue angle of 136.45º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4C1F is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 14 | 76 | 31 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.70 |
| HSL | 136.45º | 0.69% | 0.18% | - |
| HSV(B) | 136.45º | 0.82% | 0.3% | - |
| XYZ | 3.01 | 5.36 | 2.17 | - |
| YUV | 52.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 76 | 31 | 0.82 | 0 | 0.59 | 0.70 | 136.45 | 0.69 | 0.18 |
| Hex | E | 4C | 1F | 52 | 0 | 3B | 46 | 88 | 45 | 12 |
| Octal | 16 | 114 | 37 | 122 | 0 | 73 | 106 | 210 | 105 | 22 |
| Binary | 1110 | 1001100 | 11111 | 1010010 | 0 | 111011 | 1000110 | 10001000 | 1000101 | 10010 |
Color Harmonies of #0E4C1F
Complementary color
Monochromatic Colors of #0E4C1F
Black with #0E4C1F
Text Example
Text Example
White with #0E4C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4C1F; }
p { color: rgb(14,76,31); }
H1.HeaderClassName
{
color: #0E4C1F;
}
.AnyTagClassName
{
color: #0E4C1F;
}
</style>
background-color css
<style>
a { background-color: #0E4C1F; }
a { background-color: rgb(14,76,31); }
div.DivClassName
{
background-color: #0E4C1F;
}
.BgClassName
{
background-color: #0E4C1F;
}
</style>
border-color css
<style>
span { border-color: #0E4C1F; }
span { border-color: rgb(14,76,31); }
td.TdClassName
{
border-color: #0E4C1F;
}
.TagClassName
{
border-color: #0E4C1F;
}
</style>