Shades of Pine Tree #112301
Tints of Pine Tree #112301
RGB
CMYK
RGB Variations
Color information
#112301 (or 0x112301) is known color: Pine Tree. HEX triplet: 11, 23 and 01. RGB value is (17,35,1). Sum of RGB (Red+Green+Blue) = 17+35+1=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 35 (14.06% from 255 or 66.04% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 35 - color contains mainly: green. Hex color #112301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112301 is #EEDCFE. Grayscale: #191919. Windows color (decimal): -15654143 or 74513. OLE color: 74513.
HSL color Cylindrical-coordinate representation of color #112301: hue angle of 91.76º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #112301 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 35 | 1 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.86 |
| HSL | 91.76º | 0.94% | 0.07% | - |
| HSV(B) | 91.76º | 0.97% | 0.14% | - |
| XYZ | 0.84 | 1.32 | 0.24 | - |
| YUV | 25.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 1 | 0.51 | 0 | 0.97 | 0.86 | 91.76 | 0.94 | 0.07 |
| Hex | 11 | 23 | 1 | 33 | 0 | 61 | 56 | 5C | 5E | 7 |
| Octal | 21 | 43 | 1 | 63 | 0 | 141 | 126 | 134 | 136 | 7 |
| Binary | 10001 | 100011 | 1 | 110011 | 0 | 1100001 | 1010110 | 1011100 | 1011110 | 111 |
Color Harmonies of #112301
Complementary color
Monochromatic Colors of #112301
Black with #112301
Text Example
Text Example
White with #112301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112301; }
p { color: rgb(17,35,1); }
H1.HeaderClassName
{
color: #112301;
}
.AnyTagClassName
{
color: #112301;
}
</style>
background-color css
<style>
a { background-color: #112301; }
a { background-color: rgb(17,35,1); }
div.DivClassName
{
background-color: #112301;
}
.BgClassName
{
background-color: #112301;
}
</style>
border-color css
<style>
span { border-color: #112301; }
span { border-color: rgb(17,35,1); }
td.TdClassName
{
border-color: #112301;
}
.TagClassName
{
border-color: #112301;
}
</style>