Shades of Pine Tree #11180D
Tints of Pine Tree #11180D
RGB
CMYK
RGB Variations
Color information
#11180D (or 0x11180D) is known color: Pine Tree. HEX triplet: 11, 18 and 0D. RGB value is (17,24,13). Sum of RGB (Red+Green+Blue) = 17+24+13=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #11180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11180D is #EEE7F2. Grayscale: #141414. Windows color (decimal): -15656947 or 858129. OLE color: 858129.
HSL color Cylindrical-coordinate representation of color #11180D: hue angle of 98.18º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #11180D is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 24 | 13 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.91 |
| HSL | 98.18º | 0.3% | 0.07% | - |
| HSV(B) | 98.18º | 0.46% | 0.09% | - |
| XYZ | 0.63 | 0.8 | 0.5 | - |
| YUV | 20.65 | 123.68 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 13 | 0.29 | 0 | 0.46 | 0.91 | 98.18 | 0.3 | 0.07 |
| Hex | 11 | 18 | D | 1D | 0 | 2E | 5B | 62 | 1E | 7 |
| Octal | 21 | 30 | 15 | 35 | 0 | 56 | 133 | 142 | 36 | 7 |
| Binary | 10001 | 11000 | 1101 | 11101 | 0 | 101110 | 1011011 | 1100010 | 11110 | 111 |
Color Harmonies of #11180D
Complementary color
Monochromatic Colors of #11180D
Black with #11180D
Text Example
Text Example
White with #11180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11180D; }
p { color: rgb(17,24,13); }
H1.HeaderClassName
{
color: #11180D;
}
.AnyTagClassName
{
color: #11180D;
}
</style>
background-color css
<style>
a { background-color: #11180D; }
a { background-color: rgb(17,24,13); }
div.DivClassName
{
background-color: #11180D;
}
.BgClassName
{
background-color: #11180D;
}
</style>
border-color css
<style>
span { border-color: #11180D; }
span { border-color: rgb(17,24,13); }
td.TdClassName
{
border-color: #11180D;
}
.TagClassName
{
border-color: #11180D;
}
</style>