Shades of Pine Tree #111A09
Tints of Pine Tree #111A09
RGB
CMYK
RGB Variations
Color information
#111A09 (or 0x111A09) is known color: Pine Tree. HEX triplet: 11, 1A and 09. RGB value is (17,26,9). Sum of RGB (Red+Green+Blue) = 17+26+9=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 26 (10.55% from 255 or 50% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 26 - color contains mainly: green. Hex color #111A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A09 is #EEE5F6. Grayscale: #151515. Windows color (decimal): -15656439 or 596497. OLE color: 596497.
HSL color Cylindrical-coordinate representation of color #111A09: hue angle of 91.76º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111A09 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 9 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.90 |
| HSL | 91.76º | 0.49% | 0.07% | - |
| HSV(B) | 91.76º | 0.65% | 0.1% | - |
| XYZ | 0.65 | 0.88 | 0.39 | - |
| YUV | 21.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 9 | 0.35 | 0 | 0.65 | 0.90 | 91.76 | 0.49 | 0.07 |
| Hex | 11 | 1A | 9 | 23 | 0 | 41 | 5A | 5C | 31 | 7 |
| Octal | 21 | 32 | 11 | 43 | 0 | 101 | 132 | 134 | 61 | 7 |
| Binary | 10001 | 11010 | 1001 | 100011 | 0 | 1000001 | 1011010 | 1011100 | 110001 | 111 |
Color Harmonies of #111A09
Complementary color
Monochromatic Colors of #111A09
Black with #111A09
Text Example
Text Example
White with #111A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A09; }
p { color: rgb(17,26,9); }
H1.HeaderClassName
{
color: #111A09;
}
.AnyTagClassName
{
color: #111A09;
}
</style>
background-color css
<style>
a { background-color: #111A09; }
a { background-color: rgb(17,26,9); }
div.DivClassName
{
background-color: #111A09;
}
.BgClassName
{
background-color: #111A09;
}
</style>
border-color css
<style>
span { border-color: #111A09; }
span { border-color: rgb(17,26,9); }
td.TdClassName
{
border-color: #111A09;
}
.TagClassName
{
border-color: #111A09;
}
</style>