Shades of Pine Tree #13210C
Tints of Pine Tree #13210C
RGB
CMYK
RGB Variations
Color information
#13210C (or 0x13210C) is known color: Pine Tree. HEX triplet: 13, 21 and 0C. RGB value is (19,33,12). Sum of RGB (Red+Green+Blue) = 19+33+12=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #13210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13210C is #ECDEF3. Grayscale: #1A1A1A. Windows color (decimal): -15523572 or 794899. OLE color: 794899.
HSL color Cylindrical-coordinate representation of color #13210C: hue angle of 100º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #13210C is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 33 | 12 | - |
| CMYK | 0.42 | 0 | 0.64 | 0.87 |
| HSL | 100º | 0.47% | 0.09% | - |
| HSV(B) | 100º | 0.64% | 0.13% | - |
| XYZ | 0.88 | 1.25 | 0.54 | - |
| YUV | 26.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 12 | 0.42 | 0 | 0.64 | 0.87 | 100 | 0.47 | 0.09 |
| Hex | 13 | 21 | C | 2A | 0 | 40 | 57 | 64 | 2F | 9 |
| Octal | 23 | 41 | 14 | 52 | 0 | 100 | 127 | 144 | 57 | 11 |
| Binary | 10011 | 100001 | 1100 | 101010 | 0 | 1000000 | 1010111 | 1100100 | 101111 | 1001 |
Color Harmonies of #13210C
Complementary color
Monochromatic Colors of #13210C
Black with #13210C
Text Example
Text Example
White with #13210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13210C; }
p { color: rgb(19,33,12); }
H1.HeaderClassName
{
color: #13210C;
}
.AnyTagClassName
{
color: #13210C;
}
</style>
background-color css
<style>
a { background-color: #13210C; }
a { background-color: rgb(19,33,12); }
div.DivClassName
{
background-color: #13210C;
}
.BgClassName
{
background-color: #13210C;
}
</style>
border-color css
<style>
span { border-color: #13210C; }
span { border-color: rgb(19,33,12); }
td.TdClassName
{
border-color: #13210C;
}
.TagClassName
{
border-color: #13210C;
}
</style>