Shades of Pine Tree #13250A
Tints of Pine Tree #13250A
RGB
CMYK
RGB Variations
Color information
#13250A (or 0x13250A) is known color: Pine Tree. HEX triplet: 13, 25 and 0A. RGB value is (19,37,10). Sum of RGB (Red+Green+Blue) = 19+37+10=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #13250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13250A is #ECDAF5. Grayscale: #1C1C1C. Windows color (decimal): -15522550 or 664851. OLE color: 664851.
HSL color Cylindrical-coordinate representation of color #13250A: hue angle of 100º 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 #13250A is Cyan = 0.49, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 37 | 10 | - |
| CMYK | 0.49 | 0 | 0.73 | 0.85 |
| HSL | 100º | 0.57% | 0.09% | - |
| HSV(B) | 100º | 0.73% | 0.15% | - |
| XYZ | 0.98 | 1.48 | 0.52 | - |
| YUV | 28.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 10 | 0.49 | 0 | 0.73 | 0.85 | 100 | 0.57 | 0.09 |
| Hex | 13 | 25 | A | 31 | 0 | 49 | 55 | 64 | 39 | 9 |
| Octal | 23 | 45 | 12 | 61 | 0 | 111 | 125 | 144 | 71 | 11 |
| Binary | 10011 | 100101 | 1010 | 110001 | 0 | 1001001 | 1010101 | 1100100 | 111001 | 1001 |
Color Harmonies of #13250A
Complementary color
Monochromatic Colors of #13250A
Black with #13250A
Text Example
Text Example
White with #13250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13250A; }
p { color: rgb(19,37,10); }
H1.HeaderClassName
{
color: #13250A;
}
.AnyTagClassName
{
color: #13250A;
}
</style>
background-color css
<style>
a { background-color: #13250A; }
a { background-color: rgb(19,37,10); }
div.DivClassName
{
background-color: #13250A;
}
.BgClassName
{
background-color: #13250A;
}
</style>
border-color css
<style>
span { border-color: #13250A; }
span { border-color: rgb(19,37,10); }
td.TdClassName
{
border-color: #13250A;
}
.TagClassName
{
border-color: #13250A;
}
</style>