Shades of Pine Tree #19290F
Tints of Pine Tree #19290F
RGB
CMYK
RGB Variations
Color information
#19290F (or 0x19290F) is known color: Pine Tree. HEX triplet: 19, 29 and 0F. RGB value is (25,41,15). Sum of RGB (Red+Green+Blue) = 25+41+15=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #19290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19290F is #E6D6F0. Grayscale: #212121. Windows color (decimal): -15128305 or 993561. OLE color: 993561.
HSL color Cylindrical-coordinate representation of color #19290F: hue angle of 96.92º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19290F is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 15 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.84 |
| HSL | 96.92º | 0.46% | 0.11% | - |
| HSV(B) | 96.92º | 0.63% | 0.16% | - |
| XYZ | 1.28 | 1.83 | 0.74 | - |
| YUV | 33.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 15 | 0.39 | 0 | 0.63 | 0.84 | 96.92 | 0.46 | 0.11 |
| Hex | 19 | 29 | F | 27 | 0 | 3F | 54 | 61 | 2E | B |
| Octal | 31 | 51 | 17 | 47 | 0 | 77 | 124 | 141 | 56 | 13 |
| Binary | 11001 | 101001 | 1111 | 100111 | 0 | 111111 | 1010100 | 1100001 | 101110 | 1011 |
Color Harmonies of #19290F
Complementary color
Monochromatic Colors of #19290F
Black with #19290F
Text Example
Text Example
White with #19290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19290F; }
p { color: rgb(25,41,15); }
H1.HeaderClassName
{
color: #19290F;
}
.AnyTagClassName
{
color: #19290F;
}
</style>
background-color css
<style>
a { background-color: #19290F; }
a { background-color: rgb(25,41,15); }
div.DivClassName
{
background-color: #19290F;
}
.BgClassName
{
background-color: #19290F;
}
</style>
border-color css
<style>
span { border-color: #19290F; }
span { border-color: rgb(25,41,15); }
td.TdClassName
{
border-color: #19290F;
}
.TagClassName
{
border-color: #19290F;
}
</style>