Shades of Pine Tree #111A0B
Tints of Pine Tree #111A0B
RGB
CMYK
RGB Variations
Color information
#111A0B (or 0x111A0B) is known color: Pine Tree. HEX triplet: 11, 1A and 0B. RGB value is (17,26,11). Sum of RGB (Red+Green+Blue) = 17+26+11=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #111A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A0B is #EEE5F4. Grayscale: #151515. Windows color (decimal): -15656437 or 727569. OLE color: 727569.
HSL color Cylindrical-coordinate representation of color #111A0B: hue angle of 96º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #111A0B is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 11 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.90 |
| HSL | 96º | 0.41% | 0.07% | - |
| HSV(B) | 96º | 0.58% | 0.1% | - |
| XYZ | 0.66 | 0.88 | 0.45 | - |
| YUV | 21.6 | 122.02 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 11 | 0.35 | 0 | 0.58 | 0.90 | 96 | 0.41 | 0.07 |
| Hex | 11 | 1A | B | 23 | 0 | 3A | 5A | 60 | 29 | 7 |
| Octal | 21 | 32 | 13 | 43 | 0 | 72 | 132 | 140 | 51 | 7 |
| Binary | 10001 | 11010 | 1011 | 100011 | 0 | 111010 | 1011010 | 1100000 | 101001 | 111 |
Color Harmonies of #111A0B
Complementary color
Monochromatic Colors of #111A0B
Black with #111A0B
Text Example
Text Example
White with #111A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A0B; }
p { color: rgb(17,26,11); }
H1.HeaderClassName
{
color: #111A0B;
}
.AnyTagClassName
{
color: #111A0B;
}
</style>
background-color css
<style>
a { background-color: #111A0B; }
a { background-color: rgb(17,26,11); }
div.DivClassName
{
background-color: #111A0B;
}
.BgClassName
{
background-color: #111A0B;
}
</style>
border-color css
<style>
span { border-color: #111A0B; }
span { border-color: rgb(17,26,11); }
td.TdClassName
{
border-color: #111A0B;
}
.TagClassName
{
border-color: #111A0B;
}
</style>