Shades of Pine Tree #111B0A
Tints of Pine Tree #111B0A
RGB
CMYK
RGB Variations
Color information
#111B0A (or 0x111B0A) is known color: Pine Tree. HEX triplet: 11, 1B and 0A. RGB value is (17,27,10). Sum of RGB (Red+Green+Blue) = 17+27+10=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #111B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111B0A is #EEE4F5. Grayscale: #161616. Windows color (decimal): -15656182 or 662289. OLE color: 662289.
HSL color Cylindrical-coordinate representation of color #111B0A: hue angle of 95.29º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #111B0A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 27 | 10 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.89 |
| HSL | 95.29º | 0.46% | 0.07% | - |
| HSV(B) | 95.29º | 0.63% | 0.11% | - |
| XYZ | 0.68 | 0.92 | 0.43 | - |
| YUV | 22.07 | 121.19 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 10 | 0.37 | 0 | 0.63 | 0.89 | 95.29 | 0.46 | 0.07 |
| Hex | 11 | 1B | A | 25 | 0 | 3F | 59 | 5F | 2E | 7 |
| Octal | 21 | 33 | 12 | 45 | 0 | 77 | 131 | 137 | 56 | 7 |
| Binary | 10001 | 11011 | 1010 | 100101 | 0 | 111111 | 1011001 | 1011111 | 101110 | 111 |
Color Harmonies of #111B0A
Complementary color
Monochromatic Colors of #111B0A
Black with #111B0A
Text Example
Text Example
White with #111B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B0A; }
p { color: rgb(17,27,10); }
H1.HeaderClassName
{
color: #111B0A;
}
.AnyTagClassName
{
color: #111B0A;
}
</style>
background-color css
<style>
a { background-color: #111B0A; }
a { background-color: rgb(17,27,10); }
div.DivClassName
{
background-color: #111B0A;
}
.BgClassName
{
background-color: #111B0A;
}
</style>
border-color css
<style>
span { border-color: #111B0A; }
span { border-color: rgb(17,27,10); }
td.TdClassName
{
border-color: #111B0A;
}
.TagClassName
{
border-color: #111B0A;
}
</style>