Shades of Deep Fir #114223
Tints of Deep Fir #114223
RGB
CMYK
RGB Variations
Color information
#114223 (or 0x114223) is known color: Deep Fir. HEX triplet: 11, 42 and 23. RGB value is (17,66,35). Sum of RGB (Red+Green+Blue) = 17+66+35=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #114223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114223 is #EEBDDC. Grayscale: #2F2F2F. Windows color (decimal): -15646173 or 2310673. OLE color: 2310673.
HSL color Cylindrical-coordinate representation of color #114223: hue angle of 142.04º 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 #114223 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 66 | 35 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.74 |
| HSL | 142.04º | 0.59% | 0.16% | - |
| HSV(B) | 142.04º | 0.74% | 0.26% | - |
| XYZ | 2.48 | 4.14 | 2.26 | - |
| YUV | 47.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 35 | 0.74 | 0 | 0.47 | 0.74 | 142.04 | 0.59 | 0.16 |
| Hex | 11 | 42 | 23 | 4A | 0 | 2F | 4A | 8E | 3B | 10 |
| Octal | 21 | 102 | 43 | 112 | 0 | 57 | 112 | 216 | 73 | 20 |
| Binary | 10001 | 1000010 | 100011 | 1001010 | 0 | 101111 | 1001010 | 10001110 | 111011 | 10000 |
Color Harmonies of #114223
Complementary color
Monochromatic Colors of #114223
Black with #114223
Text Example
Text Example
White with #114223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114223; }
p { color: rgb(17,66,35); }
H1.HeaderClassName
{
color: #114223;
}
.AnyTagClassName
{
color: #114223;
}
</style>
background-color css
<style>
a { background-color: #114223; }
a { background-color: rgb(17,66,35); }
div.DivClassName
{
background-color: #114223;
}
.BgClassName
{
background-color: #114223;
}
</style>
border-color css
<style>
span { border-color: #114223; }
span { border-color: rgb(17,66,35); }
td.TdClassName
{
border-color: #114223;
}
.TagClassName
{
border-color: #114223;
}
</style>