Shades of Pine Tree #112501
Tints of Pine Tree #112501
RGB
CMYK
RGB Variations
Color information
#112501 (or 0x112501) is known color: Pine Tree. HEX triplet: 11, 25 and 01. RGB value is (17,37,1). Sum of RGB (Red+Green+Blue) = 17+37+1=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #112501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112501 is #EEDAFE. Grayscale: #1B1B1B. Windows color (decimal): -15653631 or 75025. OLE color: 75025.
HSL color Cylindrical-coordinate representation of color #112501: hue angle of 93.33º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #112501 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 37 | 1 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.85 |
| HSL | 93.33º | 0.95% | 0.07% | - |
| HSV(B) | 93.33º | 0.97% | 0.15% | - |
| XYZ | 0.9 | 1.44 | 0.26 | - |
| YUV | 26.92 | 113.37 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 1 | 0.54 | 0 | 0.97 | 0.85 | 93.33 | 0.95 | 0.07 |
| Hex | 11 | 25 | 1 | 36 | 0 | 61 | 55 | 5D | 5F | 7 |
| Octal | 21 | 45 | 1 | 66 | 0 | 141 | 125 | 135 | 137 | 7 |
| Binary | 10001 | 100101 | 1 | 110110 | 0 | 1100001 | 1010101 | 1011101 | 1011111 | 111 |
Color Harmonies of #112501
Complementary color
Monochromatic Colors of #112501
Black with #112501
Text Example
Text Example
White with #112501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112501; }
p { color: rgb(17,37,1); }
H1.HeaderClassName
{
color: #112501;
}
.AnyTagClassName
{
color: #112501;
}
</style>
background-color css
<style>
a { background-color: #112501; }
a { background-color: rgb(17,37,1); }
div.DivClassName
{
background-color: #112501;
}
.BgClassName
{
background-color: #112501;
}
</style>
border-color css
<style>
span { border-color: #112501; }
span { border-color: rgb(17,37,1); }
td.TdClassName
{
border-color: #112501;
}
.TagClassName
{
border-color: #112501;
}
</style>