Shades of Pine Tree #213112
Tints of Pine Tree #213112
RGB
CMYK
RGB Variations
Color information
#213112 (or 0x213112) is known color: Pine Tree. HEX triplet: 21, 31 and 12. RGB value is (33,49,18). Sum of RGB (Red+Green+Blue) = 33+49+18=100 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #213112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213112 is #DECEED. Grayscale: #282828. Windows color (decimal): -14601966 or 1192225. OLE color: 1192225.
HSL color Cylindrical-coordinate representation of color #213112: hue angle of 90.97º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #213112 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 49 | 18 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.81 |
| HSL | 90.97º | 0.46% | 0.13% | - |
| HSV(B) | 90.97º | 0.63% | 0.19% | - |
| XYZ | 1.83 | 2.56 | 0.97 | - |
| YUV | 40.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 18 | 0.33 | 0 | 0.63 | 0.81 | 90.97 | 0.46 | 0.13 |
| Hex | 21 | 31 | 12 | 21 | 0 | 3F | 51 | 5B | 2E | D |
| Octal | 41 | 61 | 22 | 41 | 0 | 77 | 121 | 133 | 56 | 15 |
| Binary | 100001 | 110001 | 10010 | 100001 | 0 | 111111 | 1010001 | 1011011 | 101110 | 1101 |
Color Harmonies of #213112
Complementary color
Monochromatic Colors of #213112
Black with #213112
Text Example
Text Example
White with #213112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213112; }
p { color: rgb(33,49,18); }
H1.HeaderClassName
{
color: #213112;
}
.AnyTagClassName
{
color: #213112;
}
</style>
background-color css
<style>
a { background-color: #213112; }
a { background-color: rgb(33,49,18); }
div.DivClassName
{
background-color: #213112;
}
.BgClassName
{
background-color: #213112;
}
</style>
border-color css
<style>
span { border-color: #213112; }
span { border-color: rgb(33,49,18); }
td.TdClassName
{
border-color: #213112;
}
.TagClassName
{
border-color: #213112;
}
</style>