Shades of Pine Tree #111D06
Tints of Pine Tree #111D06
RGB
CMYK
RGB Variations
Color information
#111D06 (or 0x111D06) is known color: Pine Tree. HEX triplet: 11, 1D and 06. RGB value is (17,29,6). Sum of RGB (Red+Green+Blue) = 17+29+6=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 29 (11.72% from 255 or 55.77% from 52); Blue value is 6 (2.73% from 255 or 11.54% from 52); Max value from RGB is 29 - color contains mainly: green. Hex color #111D06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D06 is #EEE2F9. Grayscale: #161616. Windows color (decimal): -15655674 or 400657. OLE color: 400657.
HSL color Cylindrical-coordinate representation of color #111D06: hue angle of 91.3º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111D06 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 6 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.89 |
| HSL | 91.3º | 0.66% | 0.07% | - |
| HSV(B) | 91.3º | 0.79% | 0.11% | - |
| XYZ | 0.7 | 1.01 | 0.33 | - |
| YUV | 22.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 6 | 0.41 | 0 | 0.79 | 0.89 | 91.3 | 0.66 | 0.07 |
| Hex | 11 | 1D | 6 | 29 | 0 | 4F | 59 | 5B | 42 | 7 |
| Octal | 21 | 35 | 6 | 51 | 0 | 117 | 131 | 133 | 102 | 7 |
| Binary | 10001 | 11101 | 110 | 101001 | 0 | 1001111 | 1011001 | 1011011 | 1000010 | 111 |
Color Harmonies of #111D06
Complementary color
Monochromatic Colors of #111D06
Black with #111D06
Text Example
Text Example
White with #111D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D06; }
p { color: rgb(17,29,6); }
H1.HeaderClassName
{
color: #111D06;
}
.AnyTagClassName
{
color: #111D06;
}
</style>
background-color css
<style>
a { background-color: #111D06; }
a { background-color: rgb(17,29,6); }
div.DivClassName
{
background-color: #111D06;
}
.BgClassName
{
background-color: #111D06;
}
</style>
border-color css
<style>
span { border-color: #111D06; }
span { border-color: rgb(17,29,6); }
td.TdClassName
{
border-color: #111D06;
}
.TagClassName
{
border-color: #111D06;
}
</style>