Shades of Pine Tree #112105
Tints of Pine Tree #112105
RGB
CMYK
RGB Variations
Color information
#112105 (or 0x112105) is known color: Pine Tree. HEX triplet: 11, 21 and 05. RGB value is (17,33,5). Sum of RGB (Red+Green+Blue) = 17+33+5=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #112105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112105 is #EEDEFA. Grayscale: #191919. Windows color (decimal): -15654651 or 336145. OLE color: 336145.
HSL color Cylindrical-coordinate representation of color #112105: hue angle of 94.29º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112105 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 33 | 5 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.87 |
| HSL | 94.29º | 0.74% | 0.07% | - |
| HSV(B) | 94.29º | 0.85% | 0.13% | - |
| XYZ | 0.8 | 1.22 | 0.34 | - |
| YUV | 25.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 5 | 0.48 | 0 | 0.85 | 0.87 | 94.29 | 0.74 | 0.07 |
| Hex | 11 | 21 | 5 | 30 | 0 | 55 | 57 | 5E | 4A | 7 |
| Octal | 21 | 41 | 5 | 60 | 0 | 125 | 127 | 136 | 112 | 7 |
| Binary | 10001 | 100001 | 101 | 110000 | 0 | 1010101 | 1010111 | 1011110 | 1001010 | 111 |
Color Harmonies of #112105
Complementary color
Monochromatic Colors of #112105
Black with #112105
Text Example
Text Example
White with #112105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112105; }
p { color: rgb(17,33,5); }
H1.HeaderClassName
{
color: #112105;
}
.AnyTagClassName
{
color: #112105;
}
</style>
background-color css
<style>
a { background-color: #112105; }
a { background-color: rgb(17,33,5); }
div.DivClassName
{
background-color: #112105;
}
.BgClassName
{
background-color: #112105;
}
</style>
border-color css
<style>
span { border-color: #112105; }
span { border-color: rgb(17,33,5); }
td.TdClassName
{
border-color: #112105;
}
.TagClassName
{
border-color: #112105;
}
</style>