Shades of Deep Fir #104222
Tints of Deep Fir #104222
RGB
CMYK
RGB Variations
Color information
#104222 (or 0x104222) is known color: Deep Fir. HEX triplet: 10, 42 and 22. RGB value is (16,66,34). Sum of RGB (Red+Green+Blue) = 16+66+34=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #104222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104222 is #EFBDDD. Grayscale: #2F2F2F. Windows color (decimal): -15711710 or 2245136. OLE color: 2245136.
HSL color Cylindrical-coordinate representation of color #104222: hue angle of 141.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104222 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 66 | 34 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.74 |
| HSL | 141.6º | 0.61% | 0.16% | - |
| HSV(B) | 141.6º | 0.76% | 0.26% | - |
| XYZ | 2.45 | 4.12 | 2.18 | - |
| YUV | 47.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 34 | 0.76 | 0 | 0.48 | 0.74 | 141.6 | 0.61 | 0.16 |
| Hex | 10 | 42 | 22 | 4C | 0 | 30 | 4A | 8E | 3D | 10 |
| Octal | 20 | 102 | 42 | 114 | 0 | 60 | 112 | 216 | 75 | 20 |
| Binary | 10000 | 1000010 | 100010 | 1001100 | 0 | 110000 | 1001010 | 10001110 | 111101 | 10000 |
Color Harmonies of #104222
Complementary color
Monochromatic Colors of #104222
Black with #104222
Text Example
Text Example
White with #104222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104222; }
p { color: rgb(16,66,34); }
H1.HeaderClassName
{
color: #104222;
}
.AnyTagClassName
{
color: #104222;
}
</style>
background-color css
<style>
a { background-color: #104222; }
a { background-color: rgb(16,66,34); }
div.DivClassName
{
background-color: #104222;
}
.BgClassName
{
background-color: #104222;
}
</style>
border-color css
<style>
span { border-color: #104222; }
span { border-color: rgb(16,66,34); }
td.TdClassName
{
border-color: #104222;
}
.TagClassName
{
border-color: #104222;
}
</style>