Shades of Pine Tree #112602
Tints of Pine Tree #112602
RGB
CMYK
RGB Variations
Color information
#112602 (or 0x112602) is known color: Pine Tree. HEX triplet: 11, 26 and 02. RGB value is (17,38,2). Sum of RGB (Red+Green+Blue) = 17+38+2=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #112602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112602 is #EED9FD. Grayscale: #1B1B1B. Windows color (decimal): -15653374 or 140817. OLE color: 140817.
HSL color Cylindrical-coordinate representation of color #112602: hue angle of 95º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #112602 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 38 | 2 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.85 |
| HSL | 95º | 0.9% | 0.08% | - |
| HSV(B) | 95º | 0.95% | 0.15% | - |
| XYZ | 0.94 | 1.51 | 0.3 | - |
| YUV | 27.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 38 | 2 | 0.55 | 0 | 0.95 | 0.85 | 95 | 0.9 | 0.08 |
| Hex | 11 | 26 | 2 | 37 | 0 | 5F | 55 | 5F | 5A | 8 |
| Octal | 21 | 46 | 2 | 67 | 0 | 137 | 125 | 137 | 132 | 10 |
| Binary | 10001 | 100110 | 10 | 110111 | 0 | 1011111 | 1010101 | 1011111 | 1011010 | 1000 |
Color Harmonies of #112602
Complementary color
Monochromatic Colors of #112602
Black with #112602
Text Example
Text Example
White with #112602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112602; }
p { color: rgb(17,38,2); }
H1.HeaderClassName
{
color: #112602;
}
.AnyTagClassName
{
color: #112602;
}
</style>
background-color css
<style>
a { background-color: #112602; }
a { background-color: rgb(17,38,2); }
div.DivClassName
{
background-color: #112602;
}
.BgClassName
{
background-color: #112602;
}
</style>
border-color css
<style>
span { border-color: #112602; }
span { border-color: rgb(17,38,2); }
td.TdClassName
{
border-color: #112602;
}
.TagClassName
{
border-color: #112602;
}
</style>