Shades of Pine Tree #111902
Tints of Pine Tree #111902
RGB
CMYK
RGB Variations
Color information
#111902 (or 0x111902) is known color: Pine Tree. HEX triplet: 11, 19 and 02. RGB value is (17,25,2). Sum of RGB (Red+Green+Blue) = 17+25+2=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 25 (10.16% from 255 or 56.82% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 25 - color contains mainly: green. Hex color #111902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111902 is #EEE6FD. Grayscale: #141414. Windows color (decimal): -15656702 or 137489. OLE color: 137489.
HSL color Cylindrical-coordinate representation of color #111902: hue angle of 80.87º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111902 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 2 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.90 |
| HSL | 80.87º | 0.85% | 0.05% | - |
| HSV(B) | 80.87º | 0.92% | 0.1% | - |
| XYZ | 0.59 | 0.82 | 0.18 | - |
| YUV | 19.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 2 | 0.32 | 0 | 0.92 | 0.90 | 80.87 | 0.85 | 0.05 |
| Hex | 11 | 19 | 2 | 20 | 0 | 5C | 5A | 51 | 55 | 5 |
| Octal | 21 | 31 | 2 | 40 | 0 | 134 | 132 | 121 | 125 | 5 |
| Binary | 10001 | 11001 | 10 | 100000 | 0 | 1011100 | 1011010 | 1010001 | 1010101 | 101 |
Color Harmonies of #111902
Complementary color
Monochromatic Colors of #111902
Black with #111902
Text Example
Text Example
White with #111902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111902; }
p { color: rgb(17,25,2); }
H1.HeaderClassName
{
color: #111902;
}
.AnyTagClassName
{
color: #111902;
}
</style>
background-color css
<style>
a { background-color: #111902; }
a { background-color: rgb(17,25,2); }
div.DivClassName
{
background-color: #111902;
}
.BgClassName
{
background-color: #111902;
}
</style>
border-color css
<style>
span { border-color: #111902; }
span { border-color: rgb(17,25,2); }
td.TdClassName
{
border-color: #111902;
}
.TagClassName
{
border-color: #111902;
}
</style>