Shades of Pine Tree #111B06
Tints of Pine Tree #111B06
RGB
CMYK
RGB Variations
Color information
#111B06 (or 0x111B06) is known color: Pine Tree. HEX triplet: 11, 1B and 06. RGB value is (17,27,6). Sum of RGB (Red+Green+Blue) = 17+27+6=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #111B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B06 is #EEE4F9. Grayscale: #151515. Windows color (decimal): -15656186 or 400145. OLE color: 400145.
HSL color Cylindrical-coordinate representation of color #111B06: hue angle of 88.57º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #111B06 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 6 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.89 |
| HSL | 88.57º | 0.64% | 0.06% | - |
| HSV(B) | 88.57º | 0.78% | 0.11% | - |
| XYZ | 0.66 | 0.92 | 0.31 | - |
| YUV | 21.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 6 | 0.37 | 0 | 0.78 | 0.89 | 88.57 | 0.64 | 0.06 |
| Hex | 11 | 1B | 6 | 25 | 0 | 4E | 59 | 59 | 40 | 6 |
| Octal | 21 | 33 | 6 | 45 | 0 | 116 | 131 | 131 | 100 | 6 |
| Binary | 10001 | 11011 | 110 | 100101 | 0 | 1001110 | 1011001 | 1011001 | 1000000 | 110 |
Color Harmonies of #111B06
Complementary color
Monochromatic Colors of #111B06
Black with #111B06
Text Example
Text Example
White with #111B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B06; }
p { color: rgb(17,27,6); }
H1.HeaderClassName
{
color: #111B06;
}
.AnyTagClassName
{
color: #111B06;
}
</style>
background-color css
<style>
a { background-color: #111B06; }
a { background-color: rgb(17,27,6); }
div.DivClassName
{
background-color: #111B06;
}
.BgClassName
{
background-color: #111B06;
}
</style>
border-color css
<style>
span { border-color: #111B06; }
span { border-color: rgb(17,27,6); }
td.TdClassName
{
border-color: #111B06;
}
.TagClassName
{
border-color: #111B06;
}
</style>