Shades of Pine Tree #191F13
Tints of Pine Tree #191F13
RGB
CMYK
RGB Variations
Color information
#191F13 (or 0x191F13) is known color: Pine Tree. HEX triplet: 19, 1F and 13. RGB value is (25,31,19). Sum of RGB (Red+Green+Blue) = 25+31+19=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #191F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191F13 is #E6E0EC. Grayscale: #1B1B1B. Windows color (decimal): -15130861 or 1253145. OLE color: 1253145.
HSL color Cylindrical-coordinate representation of color #191F13: hue angle of 90º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #191F13 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 19 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.88 |
| HSL | 90º | 0.24% | 0.1% | - |
| HSV(B) | 90º | 0.39% | 0.12% | - |
| XYZ | 1.01 | 1.23 | 0.8 | - |
| YUV | 27.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 19 | 0.19 | 0 | 0.39 | 0.88 | 90 | 0.24 | 0.1 |
| Hex | 19 | 1F | 13 | 13 | 0 | 27 | 58 | 5A | 18 | A |
| Octal | 31 | 37 | 23 | 23 | 0 | 47 | 130 | 132 | 30 | 12 |
| Binary | 11001 | 11111 | 10011 | 10011 | 0 | 100111 | 1011000 | 1011010 | 11000 | 1010 |
Color Harmonies of #191F13
Complementary color
Monochromatic Colors of #191F13
Black with #191F13
Text Example
Text Example
White with #191F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F13; }
p { color: rgb(25,31,19); }
H1.HeaderClassName
{
color: #191F13;
}
.AnyTagClassName
{
color: #191F13;
}
</style>
background-color css
<style>
a { background-color: #191F13; }
a { background-color: rgb(25,31,19); }
div.DivClassName
{
background-color: #191F13;
}
.BgClassName
{
background-color: #191F13;
}
</style>
border-color css
<style>
span { border-color: #191F13; }
span { border-color: rgb(25,31,19); }
td.TdClassName
{
border-color: #191F13;
}
.TagClassName
{
border-color: #191F13;
}
</style>