Shades of Pine Tree #191E13
Tints of Pine Tree #191E13
RGB
CMYK
RGB Variations
Color information
#191E13 (or 0x191E13) is known color: Pine Tree. HEX triplet: 19, 1E and 13. RGB value is (25,30,19). Sum of RGB (Red+Green+Blue) = 25+30+19=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #191E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191E13 is #E6E1EC. Grayscale: #1B1B1B. Windows color (decimal): -15131117 or 1252889. OLE color: 1252889.
HSL color Cylindrical-coordinate representation of color #191E13: hue angle of 87.27º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #191E13 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 30 | 19 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.88 |
| HSL | 87.27º | 0.22% | 0.1% | - |
| HSV(B) | 87.27º | 0.37% | 0.12% | - |
| XYZ | 0.98 | 1.18 | 0.79 | - |
| YUV | 27.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 30 | 19 | 0.17 | 0 | 0.37 | 0.88 | 87.27 | 0.22 | 0.1 |
| Hex | 19 | 1E | 13 | 11 | 0 | 25 | 58 | 57 | 16 | A |
| Octal | 31 | 36 | 23 | 21 | 0 | 45 | 130 | 127 | 26 | 12 |
| Binary | 11001 | 11110 | 10011 | 10001 | 0 | 100101 | 1011000 | 1010111 | 10110 | 1010 |
Color Harmonies of #191E13
Complementary color
Monochromatic Colors of #191E13
Black with #191E13
Text Example
Text Example
White with #191E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191E13; }
p { color: rgb(25,30,19); }
H1.HeaderClassName
{
color: #191E13;
}
.AnyTagClassName
{
color: #191E13;
}
</style>
background-color css
<style>
a { background-color: #191E13; }
a { background-color: rgb(25,30,19); }
div.DivClassName
{
background-color: #191E13;
}
.BgClassName
{
background-color: #191E13;
}
</style>
border-color css
<style>
span { border-color: #191E13; }
span { border-color: rgb(25,30,19); }
td.TdClassName
{
border-color: #191E13;
}
.TagClassName
{
border-color: #191E13;
}
</style>