Shades of Pine Tree #19210A
Tints of Pine Tree #19210A
RGB
CMYK
RGB Variations
Color information
#19210A (or 0x19210A) is known color: Pine Tree. HEX triplet: 19, 21 and 0A. RGB value is (25,33,10). Sum of RGB (Red+Green+Blue) = 25+33+10=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 10 (4.30% from 255 or 14.71% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #19210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19210A is #E6DEF5. Grayscale: #1C1C1C. Windows color (decimal): -15130358 or 663833. OLE color: 663833.
HSL color Cylindrical-coordinate representation of color #19210A: hue angle of 80.87º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19210A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 33 | 10 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.87 |
| HSL | 80.87º | 0.53% | 0.08% | - |
| HSV(B) | 80.87º | 0.7% | 0.13% | - |
| XYZ | 1 | 1.32 | 0.49 | - |
| YUV | 27.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 10 | 0.24 | 0 | 0.70 | 0.87 | 80.87 | 0.53 | 0.08 |
| Hex | 19 | 21 | A | 18 | 0 | 46 | 57 | 51 | 35 | 8 |
| Octal | 31 | 41 | 12 | 30 | 0 | 106 | 127 | 121 | 65 | 10 |
| Binary | 11001 | 100001 | 1010 | 11000 | 0 | 1000110 | 1010111 | 1010001 | 110101 | 1000 |
Color Harmonies of #19210A
Complementary color
Monochromatic Colors of #19210A
Black with #19210A
Text Example
Text Example
White with #19210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19210A; }
p { color: rgb(25,33,10); }
H1.HeaderClassName
{
color: #19210A;
}
.AnyTagClassName
{
color: #19210A;
}
</style>
background-color css
<style>
a { background-color: #19210A; }
a { background-color: rgb(25,33,10); }
div.DivClassName
{
background-color: #19210A;
}
.BgClassName
{
background-color: #19210A;
}
</style>
border-color css
<style>
span { border-color: #19210A; }
span { border-color: rgb(25,33,10); }
td.TdClassName
{
border-color: #19210A;
}
.TagClassName
{
border-color: #19210A;
}
</style>