Shades of Pine Tree #111A0C
Tints of Pine Tree #111A0C
RGB
CMYK
RGB Variations
Color information
#111A0C (or 0x111A0C) is known color: Pine Tree. HEX triplet: 11, 1A and 0C. RGB value is (17,26,12). Sum of RGB (Red+Green+Blue) = 17+26+12=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 26 (10.55% from 255 or 47.27% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 26 - color contains mainly: green. Hex color #111A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A0C is #EEE5F3. Grayscale: #151515. Windows color (decimal): -15656436 or 793105. OLE color: 793105.
HSL color Cylindrical-coordinate representation of color #111A0C: hue angle of 98.57º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #111A0C is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 12 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.90 |
| HSL | 98.57º | 0.37% | 0.07% | - |
| HSV(B) | 98.57º | 0.54% | 0.1% | - |
| XYZ | 0.67 | 0.88 | 0.48 | - |
| YUV | 21.71 | 122.52 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 12 | 0.35 | 0 | 0.54 | 0.90 | 98.57 | 0.37 | 0.07 |
| Hex | 11 | 1A | C | 23 | 0 | 36 | 5A | 63 | 25 | 7 |
| Octal | 21 | 32 | 14 | 43 | 0 | 66 | 132 | 143 | 45 | 7 |
| Binary | 10001 | 11010 | 1100 | 100011 | 0 | 110110 | 1011010 | 1100011 | 100101 | 111 |
Color Harmonies of #111A0C
Complementary color
Monochromatic Colors of #111A0C
Black with #111A0C
Text Example
Text Example
White with #111A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A0C; }
p { color: rgb(17,26,12); }
H1.HeaderClassName
{
color: #111A0C;
}
.AnyTagClassName
{
color: #111A0C;
}
</style>
background-color css
<style>
a { background-color: #111A0C; }
a { background-color: rgb(17,26,12); }
div.DivClassName
{
background-color: #111A0C;
}
.BgClassName
{
background-color: #111A0C;
}
</style>
border-color css
<style>
span { border-color: #111A0C; }
span { border-color: rgb(17,26,12); }
td.TdClassName
{
border-color: #111A0C;
}
.TagClassName
{
border-color: #111A0C;
}
</style>