Shades of Pine Tree #13210A
Tints of Pine Tree #13210A
RGB
CMYK
RGB Variations
Color information
#13210A (or 0x13210A) is known color: Pine Tree. HEX triplet: 13, 21 and 0A. RGB value is (19,33,10). Sum of RGB (Red+Green+Blue) = 19+33+10=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #13210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210A is #ECDEF5. Grayscale: #1A1A1A. Windows color (decimal): -15523574 or 663827. OLE color: 663827.
HSL color Cylindrical-coordinate representation of color #13210A: hue angle of 96.52º 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 #13210A is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 33 | 10 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.87 |
| HSL | 96.52º | 0.53% | 0.08% | - |
| HSV(B) | 96.52º | 0.7% | 0.13% | - |
| XYZ | 0.87 | 1.25 | 0.48 | - |
| YUV | 26.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 10 | 0.42 | 0 | 0.70 | 0.87 | 96.52 | 0.53 | 0.08 |
| Hex | 13 | 21 | A | 2A | 0 | 46 | 57 | 61 | 35 | 8 |
| Octal | 23 | 41 | 12 | 52 | 0 | 106 | 127 | 141 | 65 | 10 |
| Binary | 10011 | 100001 | 1010 | 101010 | 0 | 1000110 | 1010111 | 1100001 | 110101 | 1000 |
Color Harmonies of #13210A
Complementary color
Monochromatic Colors of #13210A
Black with #13210A
Text Example
Text Example
White with #13210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13210A; }
p { color: rgb(19,33,10); }
H1.HeaderClassName
{
color: #13210A;
}
.AnyTagClassName
{
color: #13210A;
}
</style>
background-color css
<style>
a { background-color: #13210A; }
a { background-color: rgb(19,33,10); }
div.DivClassName
{
background-color: #13210A;
}
.BgClassName
{
background-color: #13210A;
}
</style>
border-color css
<style>
span { border-color: #13210A; }
span { border-color: rgb(19,33,10); }
td.TdClassName
{
border-color: #13210A;
}
.TagClassName
{
border-color: #13210A;
}
</style>