Shades of Pine Tree #112006
Tints of Pine Tree #112006
RGB
CMYK
RGB Variations
Color information
#112006 (or 0x112006) is known color: Pine Tree. HEX triplet: 11, 20 and 06. RGB value is (17,32,6). Sum of RGB (Red+Green+Blue) = 17+32+6=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #112006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112006 is #EEDFF9. Grayscale: #181818. Windows color (decimal): -15654906 or 401425. OLE color: 401425.
HSL color Cylindrical-coordinate representation of color #112006: hue angle of 94.62º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #112006 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 32 | 6 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.87 |
| HSL | 94.62º | 0.68% | 0.07% | - |
| HSV(B) | 94.62º | 0.81% | 0.13% | - |
| XYZ | 0.78 | 1.17 | 0.36 | - |
| YUV | 24.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 6 | 0.47 | 0 | 0.81 | 0.87 | 94.62 | 0.68 | 0.07 |
| Hex | 11 | 20 | 6 | 2F | 0 | 51 | 57 | 5F | 44 | 7 |
| Octal | 21 | 40 | 6 | 57 | 0 | 121 | 127 | 137 | 104 | 7 |
| Binary | 10001 | 100000 | 110 | 101111 | 0 | 1010001 | 1010111 | 1011111 | 1000100 | 111 |
Color Harmonies of #112006
Complementary color
Monochromatic Colors of #112006
Black with #112006
Text Example
Text Example
White with #112006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112006; }
p { color: rgb(17,32,6); }
H1.HeaderClassName
{
color: #112006;
}
.AnyTagClassName
{
color: #112006;
}
</style>
background-color css
<style>
a { background-color: #112006; }
a { background-color: rgb(17,32,6); }
div.DivClassName
{
background-color: #112006;
}
.BgClassName
{
background-color: #112006;
}
</style>
border-color css
<style>
span { border-color: #112006; }
span { border-color: rgb(17,32,6); }
td.TdClassName
{
border-color: #112006;
}
.TagClassName
{
border-color: #112006;
}
</style>