Shades of Pine Tree #191E11
Tints of Pine Tree #191E11
RGB
CMYK
RGB Variations
Color information
#191E11 (or 0x191E11) is known color: Pine Tree. HEX triplet: 19, 1E and 11. RGB value is (25,30,17). Sum of RGB (Red+Green+Blue) = 25+30+17=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 30 (12.11% from 255 or 41.67% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 30 - color contains mainly: green. Hex color #191E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E11 is #E6E1EE. Grayscale: #1B1B1B. Windows color (decimal): -15131119 or 1121817. OLE color: 1121817.
HSL color Cylindrical-coordinate representation of color #191E11: hue angle of 83.08º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #191E11 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 17 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.88 |
| HSL | 83.08º | 0.28% | 0.09% | - |
| HSV(B) | 83.08º | 0.43% | 0.12% | - |
| XYZ | 0.97 | 1.18 | 0.71 | - |
| YUV | 27.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 17 | 0.17 | 0 | 0.43 | 0.88 | 83.08 | 0.28 | 0.09 |
| Hex | 19 | 1E | 11 | 11 | 0 | 2B | 58 | 53 | 1C | 9 |
| Octal | 31 | 36 | 21 | 21 | 0 | 53 | 130 | 123 | 34 | 11 |
| Binary | 11001 | 11110 | 10001 | 10001 | 0 | 101011 | 1011000 | 1010011 | 11100 | 1001 |
Color Harmonies of #191E11
Complementary color
Monochromatic Colors of #191E11
Black with #191E11
Text Example
Text Example
White with #191E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E11; }
p { color: rgb(25,30,17); }
H1.HeaderClassName
{
color: #191E11;
}
.AnyTagClassName
{
color: #191E11;
}
</style>
background-color css
<style>
a { background-color: #191E11; }
a { background-color: rgb(25,30,17); }
div.DivClassName
{
background-color: #191E11;
}
.BgClassName
{
background-color: #191E11;
}
</style>
border-color css
<style>
span { border-color: #191E11; }
span { border-color: rgb(25,30,17); }
td.TdClassName
{
border-color: #191E11;
}
.TagClassName
{
border-color: #191E11;
}
</style>