Shades of Pine Tree #111A05
Tints of Pine Tree #111A05
RGB
CMYK
RGB Variations
Color information
#111A05 (or 0x111A05) is known color: Pine Tree. HEX triplet: 11, 1A and 05. RGB value is (17,26,5). Sum of RGB (Red+Green+Blue) = 17+26+5=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 26 (10.55% from 255 or 54.17% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 26 - color contains mainly: green. Hex color #111A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111A05 is #EEE5FA. Grayscale: #141414. Windows color (decimal): -15656443 or 334353. OLE color: 334353.
HSL color Cylindrical-coordinate representation of color #111A05: hue angle of 85.71º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111A05 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 26 | 5 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.90 |
| HSL | 85.71º | 0.68% | 0.06% | - |
| HSV(B) | 85.71º | 0.81% | 0.1% | - |
| XYZ | 0.63 | 0.87 | 0.28 | - |
| YUV | 20.92 | 119.02 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 5 | 0.35 | 0 | 0.81 | 0.90 | 85.71 | 0.68 | 0.06 |
| Hex | 11 | 1A | 5 | 23 | 0 | 51 | 5A | 56 | 44 | 6 |
| Octal | 21 | 32 | 5 | 43 | 0 | 121 | 132 | 126 | 104 | 6 |
| Binary | 10001 | 11010 | 101 | 100011 | 0 | 1010001 | 1011010 | 1010110 | 1000100 | 110 |
Color Harmonies of #111A05
Complementary color
Monochromatic Colors of #111A05
Black with #111A05
Text Example
Text Example
White with #111A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A05; }
p { color: rgb(17,26,5); }
H1.HeaderClassName
{
color: #111A05;
}
.AnyTagClassName
{
color: #111A05;
}
</style>
background-color css
<style>
a { background-color: #111A05; }
a { background-color: rgb(17,26,5); }
div.DivClassName
{
background-color: #111A05;
}
.BgClassName
{
background-color: #111A05;
}
</style>
border-color css
<style>
span { border-color: #111A05; }
span { border-color: rgb(17,26,5); }
td.TdClassName
{
border-color: #111A05;
}
.TagClassName
{
border-color: #111A05;
}
</style>