Shades of Pine Tree #191F10
Tints of Pine Tree #191F10
RGB
CMYK
RGB Variations
Color information
#191F10 (or 0x191F10) is known color: Pine Tree. HEX triplet: 19, 1F and 10. RGB value is (25,31,16). Sum of RGB (Red+Green+Blue) = 25+31+16=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #191F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F10 is #E6E0EF. Grayscale: #1B1B1B. Windows color (decimal): -15130864 or 1056537. OLE color: 1056537.
HSL color Cylindrical-coordinate representation of color #191F10: hue angle of 84º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #191F10 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 16 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.88 |
| HSL | 84º | 0.32% | 0.09% | - |
| HSV(B) | 84º | 0.48% | 0.12% | - |
| XYZ | 0.98 | 1.22 | 0.67 | - |
| YUV | 27.5 | 121.51 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 16 | 0.19 | 0 | 0.48 | 0.88 | 84 | 0.32 | 0.09 |
| Hex | 19 | 1F | 10 | 13 | 0 | 30 | 58 | 54 | 20 | 9 |
| Octal | 31 | 37 | 20 | 23 | 0 | 60 | 130 | 124 | 40 | 11 |
| Binary | 11001 | 11111 | 10000 | 10011 | 0 | 110000 | 1011000 | 1010100 | 100000 | 1001 |
Color Harmonies of #191F10
Complementary color
Monochromatic Colors of #191F10
Black with #191F10
Text Example
Text Example
White with #191F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F10; }
p { color: rgb(25,31,16); }
H1.HeaderClassName
{
color: #191F10;
}
.AnyTagClassName
{
color: #191F10;
}
</style>
background-color css
<style>
a { background-color: #191F10; }
a { background-color: rgb(25,31,16); }
div.DivClassName
{
background-color: #191F10;
}
.BgClassName
{
background-color: #191F10;
}
</style>
border-color css
<style>
span { border-color: #191F10; }
span { border-color: rgb(25,31,16); }
td.TdClassName
{
border-color: #191F10;
}
.TagClassName
{
border-color: #191F10;
}
</style>