Shades of Pine Tree #13220B
Tints of Pine Tree #13220B
RGB
CMYK
RGB Variations
Color information
#13220B (or 0x13220B) is known color: Pine Tree. HEX triplet: 13, 22 and 0B. RGB value is (19,34,11). Sum of RGB (Red+Green+Blue) = 19+34+11=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #13220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13220B is #ECDDF4. Grayscale: #1A1A1A. Windows color (decimal): -15523317 or 729619. OLE color: 729619.
HSL color Cylindrical-coordinate representation of color #13220B: hue angle of 99.13º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13220B is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 34 | 11 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.87 |
| HSL | 99.13º | 0.51% | 0.09% | - |
| HSV(B) | 99.13º | 0.68% | 0.13% | - |
| XYZ | 0.9 | 1.31 | 0.52 | - |
| YUV | 26.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 11 | 0.44 | 0 | 0.68 | 0.87 | 99.13 | 0.51 | 0.09 |
| Hex | 13 | 22 | B | 2C | 0 | 44 | 57 | 63 | 33 | 9 |
| Octal | 23 | 42 | 13 | 54 | 0 | 104 | 127 | 143 | 63 | 11 |
| Binary | 10011 | 100010 | 1011 | 101100 | 0 | 1000100 | 1010111 | 1100011 | 110011 | 1001 |
Color Harmonies of #13220B
Complementary color
Monochromatic Colors of #13220B
Black with #13220B
Text Example
Text Example
White with #13220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13220B; }
p { color: rgb(19,34,11); }
H1.HeaderClassName
{
color: #13220B;
}
.AnyTagClassName
{
color: #13220B;
}
</style>
background-color css
<style>
a { background-color: #13220B; }
a { background-color: rgb(19,34,11); }
div.DivClassName
{
background-color: #13220B;
}
.BgClassName
{
background-color: #13220B;
}
</style>
border-color css
<style>
span { border-color: #13220B; }
span { border-color: rgb(19,34,11); }
td.TdClassName
{
border-color: #13220B;
}
.TagClassName
{
border-color: #13220B;
}
</style>