Shades of Pine Tree #111905
Tints of Pine Tree #111905
RGB
CMYK
RGB Variations
Color information
#111905 (or 0x111905) is known color: Pine Tree. HEX triplet: 11, 19 and 05. RGB value is (17,25,5). Sum of RGB (Red+Green+Blue) = 17+25+5=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #111905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111905 is #EEE6FA. Grayscale: #141414. Windows color (decimal): -15656699 or 334097. OLE color: 334097.
HSL color Cylindrical-coordinate representation of color #111905: hue angle of 84º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111905 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 5 | - |
| CMYK | 0.32 | 0 | 0.80 | 0.90 |
| HSL | 84º | 0.67% | 0.06% | - |
| HSV(B) | 84º | 0.8% | 0.1% | - |
| XYZ | 0.61 | 0.83 | 0.27 | - |
| YUV | 20.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 5 | 0.32 | 0 | 0.80 | 0.90 | 84 | 0.67 | 0.06 |
| Hex | 11 | 19 | 5 | 20 | 0 | 50 | 5A | 54 | 43 | 6 |
| Octal | 21 | 31 | 5 | 40 | 0 | 120 | 132 | 124 | 103 | 6 |
| Binary | 10001 | 11001 | 101 | 100000 | 0 | 1010000 | 1011010 | 1010100 | 1000011 | 110 |
Color Harmonies of #111905
Complementary color
Monochromatic Colors of #111905
Black with #111905
Text Example
Text Example
White with #111905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111905; }
p { color: rgb(17,25,5); }
H1.HeaderClassName
{
color: #111905;
}
.AnyTagClassName
{
color: #111905;
}
</style>
background-color css
<style>
a { background-color: #111905; }
a { background-color: rgb(17,25,5); }
div.DivClassName
{
background-color: #111905;
}
.BgClassName
{
background-color: #111905;
}
</style>
border-color css
<style>
span { border-color: #111905; }
span { border-color: rgb(17,25,5); }
td.TdClassName
{
border-color: #111905;
}
.TagClassName
{
border-color: #111905;
}
</style>