Shades of Deep Fir #0E4922
Tints of Deep Fir #0E4922
RGB
CMYK
RGB Variations
Color information
#0E4922 (or 0x0E4922) is known color: Deep Fir. HEX triplet: 0E, 49 and 22. RGB value is (14,73,34). Sum of RGB (Red+Green+Blue) = 14+73+34=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E4922 is #F1B6DD. Grayscale: #333333. Windows color (decimal): -15840990 or 2246926. OLE color: 2246926.
HSL color Cylindrical-coordinate representation of color #0E4922: hue angle of 140.34º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4922 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 73 | 34 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.71 |
| HSL | 140.34º | 0.68% | 0.17% | - |
| HSV(B) | 140.34º | 0.81% | 0.29% | - |
| XYZ | 2.85 | 4.97 | 2.32 | - |
| YUV | 50.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 34 | 0.81 | 0 | 0.53 | 0.71 | 140.34 | 0.68 | 0.17 |
| Hex | E | 49 | 22 | 51 | 0 | 35 | 47 | 8C | 44 | 11 |
| Octal | 16 | 111 | 42 | 121 | 0 | 65 | 107 | 214 | 104 | 21 |
| Binary | 1110 | 1001001 | 100010 | 1010001 | 0 | 110101 | 1000111 | 10001100 | 1000100 | 10001 |
Color Harmonies of #0E4922
Complementary color
Monochromatic Colors of #0E4922
Black with #0E4922
Text Example
Text Example
White with #0E4922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4922; }
p { color: rgb(14,73,34); }
H1.HeaderClassName
{
color: #0E4922;
}
.AnyTagClassName
{
color: #0E4922;
}
</style>
background-color css
<style>
a { background-color: #0E4922; }
a { background-color: rgb(14,73,34); }
div.DivClassName
{
background-color: #0E4922;
}
.BgClassName
{
background-color: #0E4922;
}
</style>
border-color css
<style>
span { border-color: #0E4922; }
span { border-color: rgb(14,73,34); }
td.TdClassName
{
border-color: #0E4922;
}
.TagClassName
{
border-color: #0E4922;
}
</style>