Shades of Pine Tree #19310A
Tints of Pine Tree #19310A
RGB
CMYK
RGB Variations
Color information
#19310A (or 0x19310A) is known color: Pine Tree. HEX triplet: 19, 31 and 0A. RGB value is (25,49,10). Sum of RGB (Red+Green+Blue) = 25+49+10=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 49 (19.53% from 255 or 58.33% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 49 - color contains mainly: green. Hex color #19310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #19310A is #E6CEF5. Grayscale: #252525. Windows color (decimal): -15126262 or 667929. OLE color: 667929.
HSL color Cylindrical-coordinate representation of color #19310A: hue angle of 96.92º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19310A is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 10 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.81 |
| HSL | 96.92º | 0.66% | 0.12% | - |
| HSV(B) | 96.92º | 0.8% | 0.19% | - |
| XYZ | 1.55 | 2.43 | 0.67 | - |
| YUV | 37.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 10 | 0.49 | 0 | 0.80 | 0.81 | 96.92 | 0.66 | 0.12 |
| Hex | 19 | 31 | A | 31 | 0 | 50 | 51 | 61 | 42 | C |
| Octal | 31 | 61 | 12 | 61 | 0 | 120 | 121 | 141 | 102 | 14 |
| Binary | 11001 | 110001 | 1010 | 110001 | 0 | 1010000 | 1010001 | 1100001 | 1000010 | 1100 |
Color Harmonies of #19310A
Complementary color
Monochromatic Colors of #19310A
Black with #19310A
Text Example
Text Example
White with #19310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19310A; }
p { color: rgb(25,49,10); }
H1.HeaderClassName
{
color: #19310A;
}
.AnyTagClassName
{
color: #19310A;
}
</style>
background-color css
<style>
a { background-color: #19310A; }
a { background-color: rgb(25,49,10); }
div.DivClassName
{
background-color: #19310A;
}
.BgClassName
{
background-color: #19310A;
}
</style>
border-color css
<style>
span { border-color: #19310A; }
span { border-color: rgb(25,49,10); }
td.TdClassName
{
border-color: #19310A;
}
.TagClassName
{
border-color: #19310A;
}
</style>