Shades of Pine Tree #112403
Tints of Pine Tree #112403
RGB
CMYK
RGB Variations
Color information
#112403 (or 0x112403) is known color: Pine Tree. HEX triplet: 11, 24 and 03. RGB value is (17,36,3). Sum of RGB (Red+Green+Blue) = 17+36+3=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #112403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112403 is #EEDBFC. Grayscale: #1A1A1A. Windows color (decimal): -15653885 or 205841. OLE color: 205841.
HSL color Cylindrical-coordinate representation of color #112403: hue angle of 94.55º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112403 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 36 | 3 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.86 |
| HSL | 94.55º | 0.85% | 0.08% | - |
| HSV(B) | 94.55º | 0.92% | 0.14% | - |
| XYZ | 0.88 | 1.39 | 0.31 | - |
| YUV | 26.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 36 | 3 | 0.53 | 0 | 0.92 | 0.86 | 94.55 | 0.85 | 0.08 |
| Hex | 11 | 24 | 3 | 35 | 0 | 5C | 56 | 5F | 55 | 8 |
| Octal | 21 | 44 | 3 | 65 | 0 | 134 | 126 | 137 | 125 | 10 |
| Binary | 10001 | 100100 | 11 | 110101 | 0 | 1011100 | 1010110 | 1011111 | 1010101 | 1000 |
Color Harmonies of #112403
Complementary color
Monochromatic Colors of #112403
Black with #112403
Text Example
Text Example
White with #112403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112403; }
p { color: rgb(17,36,3); }
H1.HeaderClassName
{
color: #112403;
}
.AnyTagClassName
{
color: #112403;
}
</style>
background-color css
<style>
a { background-color: #112403; }
a { background-color: rgb(17,36,3); }
div.DivClassName
{
background-color: #112403;
}
.BgClassName
{
background-color: #112403;
}
</style>
border-color css
<style>
span { border-color: #112403; }
span { border-color: rgb(17,36,3); }
td.TdClassName
{
border-color: #112403;
}
.TagClassName
{
border-color: #112403;
}
</style>