Shades of Pine Tree #111D00
Tints of Pine Tree #111D00
RGB
CMYK
RGB Variations
Color information
#111D00 (or 0x111D00) is known color: Pine Tree. HEX triplet: 11, 1D and 00. RGB value is (17,29,0). Sum of RGB (Red+Green+Blue) = 17+29+0=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 29 (11.72% from 255 or 63.04% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 29 - color contains mainly: green. Hex color #111D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D00 is #EEE2FF. Grayscale: #161616. Windows color (decimal): -15655680 or 7441. OLE color: 7441.
HSL color Cylindrical-coordinate representation of color #111D00: hue angle of 84.83º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #111D00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.89 |
| HSL | 84.83º | 1% | 0.06% | - |
| HSV(B) | 84.83º | 1% | 0.11% | - |
| XYZ | 0.67 | 1 | 0.16 | - |
| YUV | 22.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 0 | 0.41 | 0 | 1 | 0.89 | 84.83 | 1 | 0.06 |
| Hex | 11 | 1D | 0 | 29 | 0 | 64 | 59 | 55 | 64 | 6 |
| Octal | 21 | 35 | 0 | 51 | 0 | 144 | 131 | 125 | 144 | 6 |
| Binary | 10001 | 11101 | 0 | 101001 | 0 | 1100100 | 1011001 | 1010101 | 1100100 | 110 |
Color Harmonies of #111D00
Complementary color
Monochromatic Colors of #111D00
Black with #111D00
Text Example
Text Example
White with #111D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D00; }
p { color: rgb(17,29,0); }
H1.HeaderClassName
{
color: #111D00;
}
.AnyTagClassName
{
color: #111D00;
}
</style>
background-color css
<style>
a { background-color: #111D00; }
a { background-color: rgb(17,29,0); }
div.DivClassName
{
background-color: #111D00;
}
.BgClassName
{
background-color: #111D00;
}
</style>
border-color css
<style>
span { border-color: #111D00; }
span { border-color: rgb(17,29,0); }
td.TdClassName
{
border-color: #111D00;
}
.TagClassName
{
border-color: #111D00;
}
</style>