Shades of Deep Fir #103C22
Tints of Deep Fir #103C22
RGB
CMYK
RGB Variations
Color information
#103C22 (or 0x103C22) is known color: Deep Fir. HEX triplet: 10, 3C and 22. RGB value is (16,60,34). Sum of RGB (Red+Green+Blue) = 16+60+34=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #103C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103C22 is #EFC3DD. Grayscale: #2B2B2B. Windows color (decimal): -15713246 or 2243600. OLE color: 2243600.
HSL color Cylindrical-coordinate representation of color #103C22: hue angle of 144.55º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #103C22 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 60 | 34 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.76 |
| HSL | 144.55º | 0.58% | 0.15% | - |
| HSV(B) | 144.55º | 0.73% | 0.24% | - |
| XYZ | 2.12 | 3.46 | 2.07 | - |
| YUV | 43.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 60 | 34 | 0.73 | 0 | 0.43 | 0.76 | 144.55 | 0.58 | 0.15 |
| Hex | 10 | 3C | 22 | 49 | 0 | 2B | 4C | 91 | 3A | F |
| Octal | 20 | 74 | 42 | 111 | 0 | 53 | 114 | 221 | 72 | 17 |
| Binary | 10000 | 111100 | 100010 | 1001001 | 0 | 101011 | 1001100 | 10010001 | 111010 | 1111 |
Color Harmonies of #103C22
Complementary color
Monochromatic Colors of #103C22
Black with #103C22
Text Example
Text Example
White with #103C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103C22; }
p { color: rgb(16,60,34); }
H1.HeaderClassName
{
color: #103C22;
}
.AnyTagClassName
{
color: #103C22;
}
</style>
background-color css
<style>
a { background-color: #103C22; }
a { background-color: rgb(16,60,34); }
div.DivClassName
{
background-color: #103C22;
}
.BgClassName
{
background-color: #103C22;
}
</style>
border-color css
<style>
span { border-color: #103C22; }
span { border-color: rgb(16,60,34); }
td.TdClassName
{
border-color: #103C22;
}
.TagClassName
{
border-color: #103C22;
}
</style>