Shades of Pine Tree #191E16
Tints of Pine Tree #191E16
RGB
CMYK
RGB Variations
Color information
#191E16 (or 0x191E16) is known color: Pine Tree. HEX triplet: 19, 1E and 16. RGB value is (25,30,22). Sum of RGB (Red+Green+Blue) = 25+30+22=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #191E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E16 is #E6E1E9. Grayscale: #1B1B1B. Windows color (decimal): -15131114 or 1449497. OLE color: 1449497.
HSL color Cylindrical-coordinate representation of color #191E16: hue angle of 97.5º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #191E16 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 22 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.88 |
| HSL | 97.5º | 0.15% | 0.1% | - |
| HSV(B) | 97.5º | 0.27% | 0.12% | - |
| XYZ | 1.01 | 1.19 | 0.94 | - |
| YUV | 27.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 22 | 0.17 | 0 | 0.27 | 0.88 | 97.5 | 0.15 | 0.1 |
| Hex | 19 | 1E | 16 | 11 | 0 | 1B | 58 | 62 | F | A |
| Octal | 31 | 36 | 26 | 21 | 0 | 33 | 130 | 142 | 17 | 12 |
| Binary | 11001 | 11110 | 10110 | 10001 | 0 | 11011 | 1011000 | 1100010 | 1111 | 1010 |
Color Harmonies of #191E16
Complementary color
Monochromatic Colors of #191E16
Black with #191E16
Text Example
Text Example
White with #191E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E16; }
p { color: rgb(25,30,22); }
H1.HeaderClassName
{
color: #191E16;
}
.AnyTagClassName
{
color: #191E16;
}
</style>
background-color css
<style>
a { background-color: #191E16; }
a { background-color: rgb(25,30,22); }
div.DivClassName
{
background-color: #191E16;
}
.BgClassName
{
background-color: #191E16;
}
</style>
border-color css
<style>
span { border-color: #191E16; }
span { border-color: rgb(25,30,22); }
td.TdClassName
{
border-color: #191E16;
}
.TagClassName
{
border-color: #191E16;
}
</style>