Shades of Pine Tree #213211
Tints of Pine Tree #213211
RGB
CMYK
RGB Variations
Color information
#213211 (or 0x213211) is known color: Pine Tree. HEX triplet: 21, 32 and 11. RGB value is (33,50,17). Sum of RGB (Red+Green+Blue) = 33+50+17=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #213211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213211 is #DECDEE. Grayscale: #292929. Windows color (decimal): -14601711 or 1126945. OLE color: 1126945.
HSL color Cylindrical-coordinate representation of color #213211: hue angle of 90.91º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213211 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 17 | - |
| CMYK | 0.34 | 0 | 0.66 | 0.80 |
| HSL | 90.91º | 0.49% | 0.13% | - |
| HSV(B) | 90.91º | 0.66% | 0.2% | - |
| XYZ | 1.87 | 2.65 | 0.94 | - |
| YUV | 41.16 | 114.37 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 17 | 0.34 | 0 | 0.66 | 0.80 | 90.91 | 0.49 | 0.13 |
| Hex | 21 | 32 | 11 | 22 | 0 | 42 | 50 | 5B | 31 | D |
| Octal | 41 | 62 | 21 | 42 | 0 | 102 | 120 | 133 | 61 | 15 |
| Binary | 100001 | 110010 | 10001 | 100010 | 0 | 1000010 | 1010000 | 1011011 | 110001 | 1101 |
Color Harmonies of #213211
Complementary color
Monochromatic Colors of #213211
Black with #213211
Text Example
Text Example
White with #213211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213211; }
p { color: rgb(33,50,17); }
H1.HeaderClassName
{
color: #213211;
}
.AnyTagClassName
{
color: #213211;
}
</style>
background-color css
<style>
a { background-color: #213211; }
a { background-color: rgb(33,50,17); }
div.DivClassName
{
background-color: #213211;
}
.BgClassName
{
background-color: #213211;
}
</style>
border-color css
<style>
span { border-color: #213211; }
span { border-color: rgb(33,50,17); }
td.TdClassName
{
border-color: #213211;
}
.TagClassName
{
border-color: #213211;
}
</style>