Shades of Pine Tree #111802
Tints of Pine Tree #111802
RGB
CMYK
RGB Variations
Color information
#111802 (or 0x111802) is known color: Pine Tree. HEX triplet: 11, 18 and 02. RGB value is (17,24,2). Sum of RGB (Red+Green+Blue) = 17+24+2=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #111802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111802 is #EEE7FD. Grayscale: #131313. Windows color (decimal): -15656958 or 137233. OLE color: 137233.
HSL color Cylindrical-coordinate representation of color #111802: hue angle of 79.09º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111802 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 24 | 2 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.91 |
| HSL | 79.09º | 0.85% | 0.05% | - |
| HSV(B) | 79.09º | 0.92% | 0.09% | - |
| XYZ | 0.57 | 0.78 | 0.18 | - |
| YUV | 19.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 2 | 0.29 | 0 | 0.92 | 0.91 | 79.09 | 0.85 | 0.05 |
| Hex | 11 | 18 | 2 | 1D | 0 | 5C | 5B | 4F | 55 | 5 |
| Octal | 21 | 30 | 2 | 35 | 0 | 134 | 133 | 117 | 125 | 5 |
| Binary | 10001 | 11000 | 10 | 11101 | 0 | 1011100 | 1011011 | 1001111 | 1010101 | 101 |
Color Harmonies of #111802
Complementary color
Monochromatic Colors of #111802
Black with #111802
Text Example
Text Example
White with #111802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111802; }
p { color: rgb(17,24,2); }
H1.HeaderClassName
{
color: #111802;
}
.AnyTagClassName
{
color: #111802;
}
</style>
background-color css
<style>
a { background-color: #111802; }
a { background-color: rgb(17,24,2); }
div.DivClassName
{
background-color: #111802;
}
.BgClassName
{
background-color: #111802;
}
</style>
border-color css
<style>
span { border-color: #111802; }
span { border-color: rgb(17,24,2); }
td.TdClassName
{
border-color: #111802;
}
.TagClassName
{
border-color: #111802;
}
</style>