Shades of Pine Tree #213206
Tints of Pine Tree #213206
RGB
CMYK
RGB Variations
Color information
#213206 (or 0x213206) is known color: Pine Tree. HEX triplet: 21, 32 and 06. RGB value is (33,50,6). Sum of RGB (Red+Green+Blue) = 33+50+6=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #213206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213206 is #DECDF9. Grayscale: #282828. Windows color (decimal): -14601722 or 406049. OLE color: 406049.
HSL color Cylindrical-coordinate representation of color #213206: hue angle of 83.18º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #213206 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 6 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.80 |
| HSL | 83.18º | 0.79% | 0.11% | - |
| HSV(B) | 83.18º | 0.88% | 0.2% | - |
| XYZ | 1.8 | 2.62 | 0.58 | - |
| YUV | 39.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 6 | 0.34 | 0 | 0.88 | 0.80 | 83.18 | 0.79 | 0.11 |
| Hex | 21 | 32 | 6 | 22 | 0 | 58 | 50 | 53 | 4F | B |
| Octal | 41 | 62 | 6 | 42 | 0 | 130 | 120 | 123 | 117 | 13 |
| Binary | 100001 | 110010 | 110 | 100010 | 0 | 1011000 | 1010000 | 1010011 | 1001111 | 1011 |
Color Harmonies of #213206
Complementary color
Monochromatic Colors of #213206
Black with #213206
Text Example
Text Example
White with #213206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213206; }
p { color: rgb(33,50,6); }
H1.HeaderClassName
{
color: #213206;
}
.AnyTagClassName
{
color: #213206;
}
</style>
background-color css
<style>
a { background-color: #213206; }
a { background-color: rgb(33,50,6); }
div.DivClassName
{
background-color: #213206;
}
.BgClassName
{
background-color: #213206;
}
</style>
border-color css
<style>
span { border-color: #213206; }
span { border-color: rgb(33,50,6); }
td.TdClassName
{
border-color: #213206;
}
.TagClassName
{
border-color: #213206;
}
</style>