Shades of Deep Fir #0E4720
Tints of Deep Fir #0E4720
RGB
CMYK
RGB Variations
Color information
#0E4720 (or 0x0E4720) is known color: Deep Fir. HEX triplet: 0E, 47 and 20. RGB value is (14,71,32). Sum of RGB (Red+Green+Blue) = 14+71+32=117 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.97% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4720 is #F1B8DF. Grayscale: #313131. Windows color (decimal): -15841504 or 2115342. OLE color: 2115342.
HSL color Cylindrical-coordinate representation of color #0E4720: hue angle of 138.95º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4720 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 32 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.72 |
| HSL | 138.95º | 0.67% | 0.17% | - |
| HSV(B) | 138.95º | 0.8% | 0.28% | - |
| XYZ | 2.7 | 4.7 | 2.13 | - |
| YUV | 49.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 32 | 0.80 | 0 | 0.55 | 0.72 | 138.95 | 0.67 | 0.17 |
| Hex | E | 47 | 20 | 50 | 0 | 37 | 48 | 8B | 43 | 11 |
| Octal | 16 | 107 | 40 | 120 | 0 | 67 | 110 | 213 | 103 | 21 |
| Binary | 1110 | 1000111 | 100000 | 1010000 | 0 | 110111 | 1001000 | 10001011 | 1000011 | 10001 |
Color Harmonies of #0E4720
Complementary color
Monochromatic Colors of #0E4720
Black with #0E4720
Text Example
Text Example
White with #0E4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4720; }
p { color: rgb(14,71,32); }
H1.HeaderClassName
{
color: #0E4720;
}
.AnyTagClassName
{
color: #0E4720;
}
</style>
background-color css
<style>
a { background-color: #0E4720; }
a { background-color: rgb(14,71,32); }
div.DivClassName
{
background-color: #0E4720;
}
.BgClassName
{
background-color: #0E4720;
}
</style>
border-color css
<style>
span { border-color: #0E4720; }
span { border-color: rgb(14,71,32); }
td.TdClassName
{
border-color: #0E4720;
}
.TagClassName
{
border-color: #0E4720;
}
</style>