Shades of Pine Tree #19250A
Tints of Pine Tree #19250A
RGB
CMYK
RGB Variations
Color information
#19250A (or 0x19250A) is known color: Pine Tree. HEX triplet: 19, 25 and 0A. RGB value is (25,37,10). Sum of RGB (Red+Green+Blue) = 25+37+10=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #19250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19250A is #E6DAF5. Grayscale: #1E1E1E. Windows color (decimal): -15129334 or 664857. OLE color: 664857.
HSL color Cylindrical-coordinate representation of color #19250A: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19250A is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 37 | 10 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.85 |
| HSL | 86.67º | 0.57% | 0.09% | - |
| HSV(B) | 86.67º | 0.73% | 0.15% | - |
| XYZ | 1.12 | 1.55 | 0.53 | - |
| YUV | 30.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 10 | 0.32 | 0 | 0.73 | 0.85 | 86.67 | 0.57 | 0.09 |
| Hex | 19 | 25 | A | 20 | 0 | 49 | 55 | 57 | 39 | 9 |
| Octal | 31 | 45 | 12 | 40 | 0 | 111 | 125 | 127 | 71 | 11 |
| Binary | 11001 | 100101 | 1010 | 100000 | 0 | 1001001 | 1010101 | 1010111 | 111001 | 1001 |
Color Harmonies of #19250A
Complementary color
Monochromatic Colors of #19250A
Black with #19250A
Text Example
Text Example
White with #19250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19250A; }
p { color: rgb(25,37,10); }
H1.HeaderClassName
{
color: #19250A;
}
.AnyTagClassName
{
color: #19250A;
}
</style>
background-color css
<style>
a { background-color: #19250A; }
a { background-color: rgb(25,37,10); }
div.DivClassName
{
background-color: #19250A;
}
.BgClassName
{
background-color: #19250A;
}
</style>
border-color css
<style>
span { border-color: #19250A; }
span { border-color: rgb(25,37,10); }
td.TdClassName
{
border-color: #19250A;
}
.TagClassName
{
border-color: #19250A;
}
</style>