Shades of Pine Tree #112500
Tints of Pine Tree #112500
RGB
CMYK
RGB Variations
Color information
#112500 (or 0x112500) is known color: Pine Tree. HEX triplet: 11, 25 and 00. RGB value is (17,37,0). Sum of RGB (Red+Green+Blue) = 17+37+0=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #112500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112500 is #EEDAFF. Grayscale: #1A1A1A. Windows color (decimal): -15653632 or 9489. OLE color: 9489.
HSL color Cylindrical-coordinate representation of color #112500: hue angle of 92.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #112500 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 37 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.85 |
| HSL | 92.43º | 1% | 0.07% | - |
| HSV(B) | 92.43º | 1% | 0.15% | - |
| XYZ | 0.89 | 1.44 | 0.23 | - |
| YUV | 26.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 0 | 0.54 | 0 | 1 | 0.85 | 92.43 | 1 | 0.07 |
| Hex | 11 | 25 | 0 | 36 | 0 | 64 | 55 | 5C | 64 | 7 |
| Octal | 21 | 45 | 0 | 66 | 0 | 144 | 125 | 134 | 144 | 7 |
| Binary | 10001 | 100101 | 0 | 110110 | 0 | 1100100 | 1010101 | 1011100 | 1100100 | 111 |
Color Harmonies of #112500
Complementary color
Monochromatic Colors of #112500
Black with #112500
Text Example
Text Example
White with #112500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112500; }
p { color: rgb(17,37,0); }
H1.HeaderClassName
{
color: #112500;
}
.AnyTagClassName
{
color: #112500;
}
</style>
background-color css
<style>
a { background-color: #112500; }
a { background-color: rgb(17,37,0); }
div.DivClassName
{
background-color: #112500;
}
.BgClassName
{
background-color: #112500;
}
</style>
border-color css
<style>
span { border-color: #112500; }
span { border-color: rgb(17,37,0); }
td.TdClassName
{
border-color: #112500;
}
.TagClassName
{
border-color: #112500;
}
</style>