Shades of Pine Tree #213310
Tints of Pine Tree #213310
RGB
CMYK
RGB Variations
Color information
#213310 (or 0x213310) is known color: Pine Tree. HEX triplet: 21, 33 and 10. RGB value is (33,51,16). Sum of RGB (Red+Green+Blue) = 33+51+16=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #213310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213310 is #DECCEF. Grayscale: #292929. Windows color (decimal): -14601456 or 1061665. OLE color: 1061665.
HSL color Cylindrical-coordinate representation of color #213310: hue angle of 90.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213310 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 16 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.8 |
| HSL | 90.86º | 0.52% | 0.13% | - |
| HSV(B) | 90.86º | 0.69% | 0.2% | - |
| XYZ | 1.9 | 2.73 | 0.92 | - |
| YUV | 41.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 16 | 0.35 | 0 | 0.69 | 0.8 | 90.86 | 0.52 | 0.13 |
| Hex | 21 | 33 | 10 | 23 | 0 | 45 | 50 | 5B | 34 | D |
| Octal | 41 | 63 | 20 | 43 | 0 | 105 | 120 | 133 | 64 | 15 |
| Binary | 100001 | 110011 | 10000 | 100011 | 0 | 1000101 | 1010000 | 1011011 | 110100 | 1101 |
Color Harmonies of #213310
Complementary color
Monochromatic Colors of #213310
Black with #213310
Text Example
Text Example
White with #213310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213310; }
p { color: rgb(33,51,16); }
H1.HeaderClassName
{
color: #213310;
}
.AnyTagClassName
{
color: #213310;
}
</style>
background-color css
<style>
a { background-color: #213310; }
a { background-color: rgb(33,51,16); }
div.DivClassName
{
background-color: #213310;
}
.BgClassName
{
background-color: #213310;
}
</style>
border-color css
<style>
span { border-color: #213310; }
span { border-color: rgb(33,51,16); }
td.TdClassName
{
border-color: #213310;
}
.TagClassName
{
border-color: #213310;
}
</style>