Shades of Pine Tree #111803
Tints of Pine Tree #111803
RGB
CMYK
RGB Variations
Color information
#111803 (or 0x111803) is known color: Pine Tree. HEX triplet: 11, 18 and 03. RGB value is (17,24,3). Sum of RGB (Red+Green+Blue) = 17+24+3=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 3 (1.56% from 255 or 6.82% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #111803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111803 is #EEE7FC. Grayscale: #131313. Windows color (decimal): -15656957 or 202769. OLE color: 202769.
HSL color Cylindrical-coordinate representation of color #111803: hue angle of 80º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111803 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 24 | 3 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.91 |
| HSL | 80º | 0.78% | 0.05% | - |
| HSV(B) | 80º | 0.88% | 0.09% | - |
| XYZ | 0.57 | 0.78 | 0.21 | - |
| YUV | 19.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 3 | 0.29 | 0 | 0.88 | 0.91 | 80 | 0.78 | 0.05 |
| Hex | 11 | 18 | 3 | 1D | 0 | 58 | 5B | 50 | 4E | 5 |
| Octal | 21 | 30 | 3 | 35 | 0 | 130 | 133 | 120 | 116 | 5 |
| Binary | 10001 | 11000 | 11 | 11101 | 0 | 1011000 | 1011011 | 1010000 | 1001110 | 101 |
Color Harmonies of #111803
Complementary color
Monochromatic Colors of #111803
Black with #111803
Text Example
Text Example
White with #111803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111803; }
p { color: rgb(17,24,3); }
H1.HeaderClassName
{
color: #111803;
}
.AnyTagClassName
{
color: #111803;
}
</style>
background-color css
<style>
a { background-color: #111803; }
a { background-color: rgb(17,24,3); }
div.DivClassName
{
background-color: #111803;
}
.BgClassName
{
background-color: #111803;
}
</style>
border-color css
<style>
span { border-color: #111803; }
span { border-color: rgb(17,24,3); }
td.TdClassName
{
border-color: #111803;
}
.TagClassName
{
border-color: #111803;
}
</style>