Shades of Deep Fir #114222
Tints of Deep Fir #114222
RGB
CMYK
RGB Variations
Color information
#114222 (or 0x114222) is known color: Deep Fir. HEX triplet: 11, 42 and 22. RGB value is (17,66,34). Sum of RGB (Red+Green+Blue) = 17+66+34=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #114222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114222 is #EEBDDD. Grayscale: #2F2F2F. Windows color (decimal): -15646174 or 2245137. OLE color: 2245137.
HSL color Cylindrical-coordinate representation of color #114222: hue angle of 140.82º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114222 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 34 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.74 |
| HSL | 140.82º | 0.59% | 0.16% | - |
| HSV(B) | 140.82º | 0.74% | 0.26% | - |
| XYZ | 2.47 | 4.13 | 2.18 | - |
| YUV | 47.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 34 | 0.74 | 0 | 0.48 | 0.74 | 140.82 | 0.59 | 0.16 |
| Hex | 11 | 42 | 22 | 4A | 0 | 30 | 4A | 8D | 3B | 10 |
| Octal | 21 | 102 | 42 | 112 | 0 | 60 | 112 | 215 | 73 | 20 |
| Binary | 10001 | 1000010 | 100010 | 1001010 | 0 | 110000 | 1001010 | 10001101 | 111011 | 10000 |
Color Harmonies of #114222
Complementary color
Monochromatic Colors of #114222
Black with #114222
Text Example
Text Example
White with #114222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114222; }
p { color: rgb(17,66,34); }
H1.HeaderClassName
{
color: #114222;
}
.AnyTagClassName
{
color: #114222;
}
</style>
background-color css
<style>
a { background-color: #114222; }
a { background-color: rgb(17,66,34); }
div.DivClassName
{
background-color: #114222;
}
.BgClassName
{
background-color: #114222;
}
</style>
border-color css
<style>
span { border-color: #114222; }
span { border-color: rgb(17,66,34); }
td.TdClassName
{
border-color: #114222;
}
.TagClassName
{
border-color: #114222;
}
</style>