Shades of Pine Tree #111903
Tints of Pine Tree #111903
RGB
CMYK
RGB Variations
Color information
#111903 (or 0x111903) is known color: Pine Tree. HEX triplet: 11, 19 and 03. RGB value is (17,25,3). Sum of RGB (Red+Green+Blue) = 17+25+3=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 25 (10.16% from 255 or 55.56% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 25 - color contains mainly: green. Hex color #111903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111903 is #EEE6FC. Grayscale: #141414. Windows color (decimal): -15656701 or 203025. OLE color: 203025.
HSL color Cylindrical-coordinate representation of color #111903: hue angle of 81.82º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #111903 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 25 | 3 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.90 |
| HSL | 81.82º | 0.79% | 0.05% | - |
| HSV(B) | 81.82º | 0.88% | 0.1% | - |
| XYZ | 0.6 | 0.82 | 0.21 | - |
| YUV | 20.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 3 | 0.32 | 0 | 0.88 | 0.90 | 81.82 | 0.79 | 0.05 |
| Hex | 11 | 19 | 3 | 20 | 0 | 58 | 5A | 52 | 4F | 5 |
| Octal | 21 | 31 | 3 | 40 | 0 | 130 | 132 | 122 | 117 | 5 |
| Binary | 10001 | 11001 | 11 | 100000 | 0 | 1011000 | 1011010 | 1010010 | 1001111 | 101 |
Color Harmonies of #111903
Complementary color
Monochromatic Colors of #111903
Black with #111903
Text Example
Text Example
White with #111903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111903; }
p { color: rgb(17,25,3); }
H1.HeaderClassName
{
color: #111903;
}
.AnyTagClassName
{
color: #111903;
}
</style>
background-color css
<style>
a { background-color: #111903; }
a { background-color: rgb(17,25,3); }
div.DivClassName
{
background-color: #111903;
}
.BgClassName
{
background-color: #111903;
}
</style>
border-color css
<style>
span { border-color: #111903; }
span { border-color: rgb(17,25,3); }
td.TdClassName
{
border-color: #111903;
}
.TagClassName
{
border-color: #111903;
}
</style>