Shades of Pine Tree #111901
Tints of Pine Tree #111901
RGB
CMYK
RGB Variations
Color information
#111901 (or 0x111901) is known color: Pine Tree. HEX triplet: 11, 19 and 01. RGB value is (17,25,1). Sum of RGB (Red+Green+Blue) = 17+25+1=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #111901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111901 is #EEE6FE. Grayscale: #131313. Windows color (decimal): -15656703 or 71953. OLE color: 71953.
HSL color Cylindrical-coordinate representation of color #111901: hue angle of 80º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #111901 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 1 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.90 |
| HSL | 80º | 0.92% | 0.05% | - |
| HSV(B) | 80º | 0.96% | 0.1% | - |
| XYZ | 0.58 | 0.82 | 0.16 | - |
| YUV | 19.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 1 | 0.32 | 0 | 0.96 | 0.90 | 80 | 0.92 | 0.05 |
| Hex | 11 | 19 | 1 | 20 | 0 | 60 | 5A | 50 | 5C | 5 |
| Octal | 21 | 31 | 1 | 40 | 0 | 140 | 132 | 120 | 134 | 5 |
| Binary | 10001 | 11001 | 1 | 100000 | 0 | 1100000 | 1011010 | 1010000 | 1011100 | 101 |
Color Harmonies of #111901
Complementary color
Monochromatic Colors of #111901
Black with #111901
Text Example
Text Example
White with #111901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111901; }
p { color: rgb(17,25,1); }
H1.HeaderClassName
{
color: #111901;
}
.AnyTagClassName
{
color: #111901;
}
</style>
background-color css
<style>
a { background-color: #111901; }
a { background-color: rgb(17,25,1); }
div.DivClassName
{
background-color: #111901;
}
.BgClassName
{
background-color: #111901;
}
</style>
border-color css
<style>
span { border-color: #111901; }
span { border-color: rgb(17,25,1); }
td.TdClassName
{
border-color: #111901;
}
.TagClassName
{
border-color: #111901;
}
</style>