Shades of Pine Tree #111D08
Tints of Pine Tree #111D08
RGB
CMYK
RGB Variations
Color information
#111D08 (or 0x111D08) is known color: Pine Tree. HEX triplet: 11, 1D and 08. RGB value is (17,29,8). Sum of RGB (Red+Green+Blue) = 17+29+8=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #111D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111D08 is #EEE2F7. Grayscale: #171717. Windows color (decimal): -15655672 or 531729. OLE color: 531729.
HSL color Cylindrical-coordinate representation of color #111D08: hue angle of 94.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #111D08 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 29 | 8 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.89 |
| HSL | 94.29º | 0.57% | 0.07% | - |
| HSV(B) | 94.29º | 0.72% | 0.11% | - |
| XYZ | 0.71 | 1.02 | 0.39 | - |
| YUV | 23.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 8 | 0.41 | 0 | 0.72 | 0.89 | 94.29 | 0.57 | 0.07 |
| Hex | 11 | 1D | 8 | 29 | 0 | 48 | 59 | 5E | 39 | 7 |
| Octal | 21 | 35 | 10 | 51 | 0 | 110 | 131 | 136 | 71 | 7 |
| Binary | 10001 | 11101 | 1000 | 101001 | 0 | 1001000 | 1011001 | 1011110 | 111001 | 111 |
Color Harmonies of #111D08
Complementary color
Monochromatic Colors of #111D08
Black with #111D08
Text Example
Text Example
White with #111D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D08; }
p { color: rgb(17,29,8); }
H1.HeaderClassName
{
color: #111D08;
}
.AnyTagClassName
{
color: #111D08;
}
</style>
background-color css
<style>
a { background-color: #111D08; }
a { background-color: rgb(17,29,8); }
div.DivClassName
{
background-color: #111D08;
}
.BgClassName
{
background-color: #111D08;
}
</style>
border-color css
<style>
span { border-color: #111D08; }
span { border-color: rgb(17,29,8); }
td.TdClassName
{
border-color: #111D08;
}
.TagClassName
{
border-color: #111D08;
}
</style>