Shades of Pine Tree #112802
Tints of Pine Tree #112802
RGB
CMYK
RGB Variations
Color information
#112802 (or 0x112802) is known color: Pine Tree. HEX triplet: 11, 28 and 02. RGB value is (17,40,2). Sum of RGB (Red+Green+Blue) = 17+40+2=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #112802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112802 is #EED7FD. Grayscale: #1C1C1C. Windows color (decimal): -15652862 or 141329. OLE color: 141329.
HSL color Cylindrical-coordinate representation of color #112802: hue angle of 96.32º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #112802 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 40 | 2 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.84 |
| HSL | 96.32º | 0.9% | 0.08% | - |
| HSV(B) | 96.32º | 0.95% | 0.16% | - |
| XYZ | 1 | 1.64 | 0.32 | - |
| YUV | 28.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 2 | 0.57 | 0 | 0.95 | 0.84 | 96.32 | 0.9 | 0.08 |
| Hex | 11 | 28 | 2 | 39 | 0 | 5F | 54 | 60 | 5A | 8 |
| Octal | 21 | 50 | 2 | 71 | 0 | 137 | 124 | 140 | 132 | 10 |
| Binary | 10001 | 101000 | 10 | 111001 | 0 | 1011111 | 1010100 | 1100000 | 1011010 | 1000 |
Color Harmonies of #112802
Complementary color
Monochromatic Colors of #112802
Black with #112802
Text Example
Text Example
White with #112802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112802; }
p { color: rgb(17,40,2); }
H1.HeaderClassName
{
color: #112802;
}
.AnyTagClassName
{
color: #112802;
}
</style>
background-color css
<style>
a { background-color: #112802; }
a { background-color: rgb(17,40,2); }
div.DivClassName
{
background-color: #112802;
}
.BgClassName
{
background-color: #112802;
}
</style>
border-color css
<style>
span { border-color: #112802; }
span { border-color: rgb(17,40,2); }
td.TdClassName
{
border-color: #112802;
}
.TagClassName
{
border-color: #112802;
}
</style>