Shades of Pine Tree #111D04
Tints of Pine Tree #111D04
RGB
CMYK
RGB Variations
Color information
#111D04 (or 0x111D04) is known color: Pine Tree. HEX triplet: 11, 1D and 04. RGB value is (17,29,4). Sum of RGB (Red+Green+Blue) = 17+29+4=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #111D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D04 is #EEE2FB. Grayscale: #161616. Windows color (decimal): -15655676 or 269585. OLE color: 269585.
HSL color Cylindrical-coordinate representation of color #111D04: hue angle of 88.8º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111D04 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 4 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.89 |
| HSL | 88.8º | 0.76% | 0.06% | - |
| HSV(B) | 88.8º | 0.86% | 0.11% | - |
| XYZ | 0.69 | 1.01 | 0.27 | - |
| YUV | 22.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 4 | 0.41 | 0 | 0.86 | 0.89 | 88.8 | 0.76 | 0.06 |
| Hex | 11 | 1D | 4 | 29 | 0 | 56 | 59 | 59 | 4C | 6 |
| Octal | 21 | 35 | 4 | 51 | 0 | 126 | 131 | 131 | 114 | 6 |
| Binary | 10001 | 11101 | 100 | 101001 | 0 | 1010110 | 1011001 | 1011001 | 1001100 | 110 |
Color Harmonies of #111D04
Complementary color
Monochromatic Colors of #111D04
Black with #111D04
Text Example
Text Example
White with #111D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D04; }
p { color: rgb(17,29,4); }
H1.HeaderClassName
{
color: #111D04;
}
.AnyTagClassName
{
color: #111D04;
}
</style>
background-color css
<style>
a { background-color: #111D04; }
a { background-color: rgb(17,29,4); }
div.DivClassName
{
background-color: #111D04;
}
.BgClassName
{
background-color: #111D04;
}
</style>
border-color css
<style>
span { border-color: #111D04; }
span { border-color: rgb(17,29,4); }
td.TdClassName
{
border-color: #111D04;
}
.TagClassName
{
border-color: #111D04;
}
</style>