Shades of Pine Tree #212B11
Tints of Pine Tree #212B11
RGB
CMYK
RGB Variations
Color information
#212B11 (or 0x212B11) is known color: Pine Tree. HEX triplet: 21, 2B and 11. RGB value is (33,43,17). Sum of RGB (Red+Green+Blue) = 33+43+17=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 43 (17.19% from 255 or 46.24% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 43 - color contains mainly: green. Hex color #212B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212B11 is #DED4EE. Grayscale: #252525. Windows color (decimal): -14603503 or 1125153. OLE color: 1125153.
HSL color Cylindrical-coordinate representation of color #212B11: hue angle of 83.08º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212B11 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 43 | 17 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.83 |
| HSL | 83.08º | 0.43% | 0.12% | - |
| HSV(B) | 83.08º | 0.6% | 0.17% | - |
| XYZ | 1.59 | 2.09 | 0.85 | - |
| YUV | 37.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 17 | 0.23 | 0 | 0.60 | 0.83 | 83.08 | 0.43 | 0.12 |
| Hex | 21 | 2B | 11 | 17 | 0 | 3C | 53 | 53 | 2B | C |
| Octal | 41 | 53 | 21 | 27 | 0 | 74 | 123 | 123 | 53 | 14 |
| Binary | 100001 | 101011 | 10001 | 10111 | 0 | 111100 | 1010011 | 1010011 | 101011 | 1100 |
Color Harmonies of #212B11
Complementary color
Monochromatic Colors of #212B11
Black with #212B11
Text Example
Text Example
White with #212B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B11; }
p { color: rgb(33,43,17); }
H1.HeaderClassName
{
color: #212B11;
}
.AnyTagClassName
{
color: #212B11;
}
</style>
background-color css
<style>
a { background-color: #212B11; }
a { background-color: rgb(33,43,17); }
div.DivClassName
{
background-color: #212B11;
}
.BgClassName
{
background-color: #212B11;
}
</style>
border-color css
<style>
span { border-color: #212B11; }
span { border-color: rgb(33,43,17); }
td.TdClassName
{
border-color: #212B11;
}
.TagClassName
{
border-color: #212B11;
}
</style>