Shades of Pine Tree #13200C
Tints of Pine Tree #13200C
RGB
CMYK
RGB Variations
Color information
#13200C (or 0x13200C) is known color: Pine Tree. HEX triplet: 13, 20 and 0C. RGB value is (19,32,12). Sum of RGB (Red+Green+Blue) = 19+32+12=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #13200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13200C is #ECDFF3. Grayscale: #191919. Windows color (decimal): -15523828 or 794643. OLE color: 794643.
HSL color Cylindrical-coordinate representation of color #13200C: hue angle of 99º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #13200C is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 32 | 12 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.87 |
| HSL | 99º | 0.45% | 0.09% | - |
| HSV(B) | 99º | 0.63% | 0.13% | - |
| XYZ | 0.85 | 1.2 | 0.53 | - |
| YUV | 25.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 12 | 0.41 | 0 | 0.63 | 0.87 | 99 | 0.45 | 0.09 |
| Hex | 13 | 20 | C | 29 | 0 | 3F | 57 | 63 | 2D | 9 |
| Octal | 23 | 40 | 14 | 51 | 0 | 77 | 127 | 143 | 55 | 11 |
| Binary | 10011 | 100000 | 1100 | 101001 | 0 | 111111 | 1010111 | 1100011 | 101101 | 1001 |
Color Harmonies of #13200C
Complementary color
Monochromatic Colors of #13200C
Black with #13200C
Text Example
Text Example
White with #13200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13200C; }
p { color: rgb(19,32,12); }
H1.HeaderClassName
{
color: #13200C;
}
.AnyTagClassName
{
color: #13200C;
}
</style>
background-color css
<style>
a { background-color: #13200C; }
a { background-color: rgb(19,32,12); }
div.DivClassName
{
background-color: #13200C;
}
.BgClassName
{
background-color: #13200C;
}
</style>
border-color css
<style>
span { border-color: #13200C; }
span { border-color: rgb(19,32,12); }
td.TdClassName
{
border-color: #13200C;
}
.TagClassName
{
border-color: #13200C;
}
</style>