Shades of Pine Tree #19290A
Tints of Pine Tree #19290A
RGB
CMYK
RGB Variations
Color information
#19290A (or 0x19290A) is known color: Pine Tree. HEX triplet: 19, 29 and 0A. RGB value is (25,41,10). Sum of RGB (Red+Green+Blue) = 25+41+10=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 41 (16.41% from 255 or 53.95% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 41 - color contains mainly: green. Hex color #19290A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19290A is #E6D6F5. Grayscale: #202020. Windows color (decimal): -15128310 or 665881. OLE color: 665881.
HSL color Cylindrical-coordinate representation of color #19290A: hue angle of 90.97º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19290A is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 10 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.84 |
| HSL | 90.97º | 0.61% | 0.1% | - |
| HSV(B) | 90.97º | 0.76% | 0.16% | - |
| XYZ | 1.25 | 1.81 | 0.57 | - |
| YUV | 32.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 10 | 0.39 | 0 | 0.76 | 0.84 | 90.97 | 0.61 | 0.1 |
| Hex | 19 | 29 | A | 27 | 0 | 4C | 54 | 5B | 3D | A |
| Octal | 31 | 51 | 12 | 47 | 0 | 114 | 124 | 133 | 75 | 12 |
| Binary | 11001 | 101001 | 1010 | 100111 | 0 | 1001100 | 1010100 | 1011011 | 111101 | 1010 |
Color Harmonies of #19290A
Complementary color
Monochromatic Colors of #19290A
Black with #19290A
Text Example
Text Example
White with #19290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19290A; }
p { color: rgb(25,41,10); }
H1.HeaderClassName
{
color: #19290A;
}
.AnyTagClassName
{
color: #19290A;
}
</style>
background-color css
<style>
a { background-color: #19290A; }
a { background-color: rgb(25,41,10); }
div.DivClassName
{
background-color: #19290A;
}
.BgClassName
{
background-color: #19290A;
}
</style>
border-color css
<style>
span { border-color: #19290A; }
span { border-color: rgb(25,41,10); }
td.TdClassName
{
border-color: #19290A;
}
.TagClassName
{
border-color: #19290A;
}
</style>