Shades of Deep Fir #0E4721
Tints of Deep Fir #0E4721
RGB
CMYK
RGB Variations
Color information
#0E4721 (or 0x0E4721) is known color: Deep Fir. HEX triplet: 0E, 47 and 21. RGB value is (14,71,33). Sum of RGB (Red+Green+Blue) = 14+71+33=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #0E4721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4721 is #F1B8DE. Grayscale: #313131. Windows color (decimal): -15841503 or 2180878. OLE color: 2180878.
HSL color Cylindrical-coordinate representation of color #0E4721: hue angle of 140º 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 #0E4721 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 71 | 33 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.72 |
| HSL | 140º | 0.67% | 0.17% | - |
| HSV(B) | 140º | 0.8% | 0.28% | - |
| XYZ | 2.71 | 4.71 | 2.21 | - |
| YUV | 49.63 | 118.62 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 71 | 33 | 0.80 | 0 | 0.54 | 0.72 | 140 | 0.67 | 0.17 |
| Hex | E | 47 | 21 | 50 | 0 | 36 | 48 | 8C | 43 | 11 |
| Octal | 16 | 107 | 41 | 120 | 0 | 66 | 110 | 214 | 103 | 21 |
| Binary | 1110 | 1000111 | 100001 | 1010000 | 0 | 110110 | 1001000 | 10001100 | 1000011 | 10001 |
Color Harmonies of #0E4721
Complementary color
Monochromatic Colors of #0E4721
Black with #0E4721
Text Example
Text Example
White with #0E4721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4721; }
p { color: rgb(14,71,33); }
H1.HeaderClassName
{
color: #0E4721;
}
.AnyTagClassName
{
color: #0E4721;
}
</style>
background-color css
<style>
a { background-color: #0E4721; }
a { background-color: rgb(14,71,33); }
div.DivClassName
{
background-color: #0E4721;
}
.BgClassName
{
background-color: #0E4721;
}
</style>
border-color css
<style>
span { border-color: #0E4721; }
span { border-color: rgb(14,71,33); }
td.TdClassName
{
border-color: #0E4721;
}
.TagClassName
{
border-color: #0E4721;
}
</style>