Shades of Pine Tree #111907
Tints of Pine Tree #111907
RGB
CMYK
RGB Variations
Color information
#111907 (or 0x111907) is known color: Pine Tree. HEX triplet: 11, 19 and 07. RGB value is (17,25,7). Sum of RGB (Red+Green+Blue) = 17+25+7=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 7 (3.12% from 255 or 14.29% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #111907 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111907 is #EEE6F8. Grayscale: #141414. Windows color (decimal): -15656697 or 465169. OLE color: 465169.
HSL color Cylindrical-coordinate representation of color #111907: hue angle of 86.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #111907 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 7 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.90 |
| HSL | 86.67º | 0.56% | 0.06% | - |
| HSV(B) | 86.67º | 0.72% | 0.1% | - |
| XYZ | 0.62 | 0.83 | 0.33 | - |
| YUV | 20.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 7 | 0.32 | 0 | 0.72 | 0.90 | 86.67 | 0.56 | 0.06 |
| Hex | 11 | 19 | 7 | 20 | 0 | 48 | 5A | 57 | 38 | 6 |
| Octal | 21 | 31 | 7 | 40 | 0 | 110 | 132 | 127 | 70 | 6 |
| Binary | 10001 | 11001 | 111 | 100000 | 0 | 1001000 | 1011010 | 1010111 | 111000 | 110 |
Color Harmonies of #111907
Complementary color
Monochromatic Colors of #111907
Black with #111907
Text Example
Text Example
White with #111907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111907; }
p { color: rgb(17,25,7); }
H1.HeaderClassName
{
color: #111907;
}
.AnyTagClassName
{
color: #111907;
}
</style>
background-color css
<style>
a { background-color: #111907; }
a { background-color: rgb(17,25,7); }
div.DivClassName
{
background-color: #111907;
}
.BgClassName
{
background-color: #111907;
}
</style>
border-color css
<style>
span { border-color: #111907; }
span { border-color: rgb(17,25,7); }
td.TdClassName
{
border-color: #111907;
}
.TagClassName
{
border-color: #111907;
}
</style>