Shades of Pine Tree #19260A
Tints of Pine Tree #19260A
RGB
CMYK
RGB Variations
Color information
#19260A (or 0x19260A) is known color: Pine Tree. HEX triplet: 19, 26 and 0A. RGB value is (25,38,10). Sum of RGB (Red+Green+Blue) = 25+38+10=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #19260A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19260A is #E6D9F5. Grayscale: #1F1F1F. Windows color (decimal): -15129078 or 665113. OLE color: 665113.
HSL color Cylindrical-coordinate representation of color #19260A: hue angle of 87.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19260A is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 38 | 10 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.85 |
| HSL | 87.86º | 0.58% | 0.09% | - |
| HSV(B) | 87.86º | 0.74% | 0.15% | - |
| XYZ | 1.15 | 1.61 | 0.54 | - |
| YUV | 30.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 10 | 0.34 | 0 | 0.74 | 0.85 | 87.86 | 0.58 | 0.09 |
| Hex | 19 | 26 | A | 22 | 0 | 4A | 55 | 58 | 3A | 9 |
| Octal | 31 | 46 | 12 | 42 | 0 | 112 | 125 | 130 | 72 | 11 |
| Binary | 11001 | 100110 | 1010 | 100010 | 0 | 1001010 | 1010101 | 1011000 | 111010 | 1001 |
Color Harmonies of #19260A
Complementary color
Monochromatic Colors of #19260A
Black with #19260A
Text Example
Text Example
White with #19260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19260A; }
p { color: rgb(25,38,10); }
H1.HeaderClassName
{
color: #19260A;
}
.AnyTagClassName
{
color: #19260A;
}
</style>
background-color css
<style>
a { background-color: #19260A; }
a { background-color: rgb(25,38,10); }
div.DivClassName
{
background-color: #19260A;
}
.BgClassName
{
background-color: #19260A;
}
</style>
border-color css
<style>
span { border-color: #19260A; }
span { border-color: rgb(25,38,10); }
td.TdClassName
{
border-color: #19260A;
}
.TagClassName
{
border-color: #19260A;
}
</style>