Shades of Pine Tree #212B06
Tints of Pine Tree #212B06
RGB
CMYK
RGB Variations
Color information
#212B06 (or 0x212B06) is known color: Pine Tree. HEX triplet: 21, 2B and 06. RGB value is (33,43,6). Sum of RGB (Red+Green+Blue) = 33+43+6=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 43 (17.19% from 255 or 52.44% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 43 - color contains mainly: green. Hex color #212B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212B06 is #DED4F9. Grayscale: #232323. Windows color (decimal): -14603514 or 404257. OLE color: 404257.
HSL color Cylindrical-coordinate representation of color #212B06: hue angle of 76.22º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212B06 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 43 | 6 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.83 |
| HSL | 76.22º | 0.76% | 0.1% | - |
| HSV(B) | 76.22º | 0.86% | 0.17% | - |
| XYZ | 1.52 | 2.06 | 0.49 | - |
| YUV | 35.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 6 | 0.23 | 0 | 0.86 | 0.83 | 76.22 | 0.76 | 0.1 |
| Hex | 21 | 2B | 6 | 17 | 0 | 56 | 53 | 4C | 4C | A |
| Octal | 41 | 53 | 6 | 27 | 0 | 126 | 123 | 114 | 114 | 12 |
| Binary | 100001 | 101011 | 110 | 10111 | 0 | 1010110 | 1010011 | 1001100 | 1001100 | 1010 |
Color Harmonies of #212B06
Complementary color
Monochromatic Colors of #212B06
Black with #212B06
Text Example
Text Example
White with #212B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B06; }
p { color: rgb(33,43,6); }
H1.HeaderClassName
{
color: #212B06;
}
.AnyTagClassName
{
color: #212B06;
}
</style>
background-color css
<style>
a { background-color: #212B06; }
a { background-color: rgb(33,43,6); }
div.DivClassName
{
background-color: #212B06;
}
.BgClassName
{
background-color: #212B06;
}
</style>
border-color css
<style>
span { border-color: #212B06; }
span { border-color: rgb(33,43,6); }
td.TdClassName
{
border-color: #212B06;
}
.TagClassName
{
border-color: #212B06;
}
</style>