Shades of Pine Tree #111808
Tints of Pine Tree #111808
RGB
CMYK
RGB Variations
Color information
#111808 (or 0x111808) is known color: Pine Tree. HEX triplet: 11, 18 and 08. RGB value is (17,24,8). Sum of RGB (Red+Green+Blue) = 17+24+8=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #111808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111808 is #EEE7F7. Grayscale: #141414. Windows color (decimal): -15656952 or 530449. OLE color: 530449.
HSL color Cylindrical-coordinate representation of color #111808: hue angle of 86.25º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111808 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 24 | 8 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.91 |
| HSL | 86.25º | 0.5% | 0.06% | - |
| HSV(B) | 86.25º | 0.67% | 0.09% | - |
| XYZ | 0.6 | 0.79 | 0.35 | - |
| YUV | 20.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 8 | 0.29 | 0 | 0.67 | 0.91 | 86.25 | 0.5 | 0.06 |
| Hex | 11 | 18 | 8 | 1D | 0 | 43 | 5B | 56 | 32 | 6 |
| Octal | 21 | 30 | 10 | 35 | 0 | 103 | 133 | 126 | 62 | 6 |
| Binary | 10001 | 11000 | 1000 | 11101 | 0 | 1000011 | 1011011 | 1010110 | 110010 | 110 |
Color Harmonies of #111808
Complementary color
Monochromatic Colors of #111808
Black with #111808
Text Example
Text Example
White with #111808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111808; }
p { color: rgb(17,24,8); }
H1.HeaderClassName
{
color: #111808;
}
.AnyTagClassName
{
color: #111808;
}
</style>
background-color css
<style>
a { background-color: #111808; }
a { background-color: rgb(17,24,8); }
div.DivClassName
{
background-color: #111808;
}
.BgClassName
{
background-color: #111808;
}
</style>
border-color css
<style>
span { border-color: #111808; }
span { border-color: rgb(17,24,8); }
td.TdClassName
{
border-color: #111808;
}
.TagClassName
{
border-color: #111808;
}
</style>