Shades of Pine Tree #112300
Tints of Pine Tree #112300
RGB
CMYK
RGB Variations
Color information
#112300 (or 0x112300) is known color: Pine Tree. HEX triplet: 11, 23 and 00. RGB value is (17,35,0). Sum of RGB (Red+Green+Blue) = 17+35+0=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 35 (14.06% from 255 or 67.31% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 35 - color contains mainly: green. Hex color #112300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112300 is #EEDCFF. Grayscale: #191919. Windows color (decimal): -15654144 or 8977. OLE color: 8977.
HSL color Cylindrical-coordinate representation of color #112300: hue angle of 90.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #112300 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 35 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.86 |
| HSL | 90.86º | 1% | 0.07% | - |
| HSV(B) | 90.86º | 1% | 0.14% | - |
| XYZ | 0.83 | 1.32 | 0.21 | - |
| YUV | 25.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 0 | 0.51 | 0 | 1 | 0.86 | 90.86 | 1 | 0.07 |
| Hex | 11 | 23 | 0 | 33 | 0 | 64 | 56 | 5B | 64 | 7 |
| Octal | 21 | 43 | 0 | 63 | 0 | 144 | 126 | 133 | 144 | 7 |
| Binary | 10001 | 100011 | 0 | 110011 | 0 | 1100100 | 1010110 | 1011011 | 1100100 | 111 |
Color Harmonies of #112300
Complementary color
Monochromatic Colors of #112300
Black with #112300
Text Example
Text Example
White with #112300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112300; }
p { color: rgb(17,35,0); }
H1.HeaderClassName
{
color: #112300;
}
.AnyTagClassName
{
color: #112300;
}
</style>
background-color css
<style>
a { background-color: #112300; }
a { background-color: rgb(17,35,0); }
div.DivClassName
{
background-color: #112300;
}
.BgClassName
{
background-color: #112300;
}
</style>
border-color css
<style>
span { border-color: #112300; }
span { border-color: rgb(17,35,0); }
td.TdClassName
{
border-color: #112300;
}
.TagClassName
{
border-color: #112300;
}
</style>