Shades of Deep Fir #0E4E1D
Tints of Deep Fir #0E4E1D
RGB
CMYK
RGB Variations
Color information
#0E4E1D (or 0x0E4E1D) is known color: Deep Fir. HEX triplet: 0E, 4E and 1D. RGB value is (14,78,29). Sum of RGB (Red+Green+Blue) = 14+78+29=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #0E4E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E4E1D is #F1B1E2. Grayscale: #353535. Windows color (decimal): -15839715 or 1920526. OLE color: 1920526.
HSL color Cylindrical-coordinate representation of color #0E4E1D: hue angle of 134.06º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E4E1D is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 78 | 29 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.69 |
| HSL | 134.06º | 0.7% | 0.18% | - |
| HSV(B) | 134.06º | 0.82% | 0.31% | - |
| XYZ | 3.13 | 5.63 | 2.08 | - |
| YUV | 53.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 29 | 0.82 | 0 | 0.63 | 0.69 | 134.06 | 0.7 | 0.18 |
| Hex | E | 4E | 1D | 52 | 0 | 3F | 45 | 86 | 46 | 12 |
| Octal | 16 | 116 | 35 | 122 | 0 | 77 | 105 | 206 | 106 | 22 |
| Binary | 1110 | 1001110 | 11101 | 1010010 | 0 | 111111 | 1000101 | 10000110 | 1000110 | 10010 |
Color Harmonies of #0E4E1D
Complementary color
Monochromatic Colors of #0E4E1D
Black with #0E4E1D
Text Example
Text Example
White with #0E4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E1D; }
p { color: rgb(14,78,29); }
H1.HeaderClassName
{
color: #0E4E1D;
}
.AnyTagClassName
{
color: #0E4E1D;
}
</style>
background-color css
<style>
a { background-color: #0E4E1D; }
a { background-color: rgb(14,78,29); }
div.DivClassName
{
background-color: #0E4E1D;
}
.BgClassName
{
background-color: #0E4E1D;
}
</style>
border-color css
<style>
span { border-color: #0E4E1D; }
span { border-color: rgb(14,78,29); }
td.TdClassName
{
border-color: #0E4E1D;
}
.TagClassName
{
border-color: #0E4E1D;
}
</style>