Shades of Pine Tree #212C06
Tints of Pine Tree #212C06
RGB
CMYK
RGB Variations
Color information
#212C06 (or 0x212C06) is known color: Pine Tree. HEX triplet: 21, 2C and 06. RGB value is (33,44,6). Sum of RGB (Red+Green+Blue) = 33+44+6=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #212C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212C06 is #DED3F9. Grayscale: #242424. Windows color (decimal): -14603258 or 404513. OLE color: 404513.
HSL color Cylindrical-coordinate representation of color #212C06: hue angle of 77.37º 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 #212C06 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 44 | 6 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.83 |
| HSL | 77.37º | 0.76% | 0.1% | - |
| HSV(B) | 77.37º | 0.86% | 0.17% | - |
| XYZ | 1.56 | 2.14 | 0.5 | - |
| YUV | 36.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 6 | 0.25 | 0 | 0.86 | 0.83 | 77.37 | 0.76 | 0.1 |
| Hex | 21 | 2C | 6 | 19 | 0 | 56 | 53 | 4D | 4C | A |
| Octal | 41 | 54 | 6 | 31 | 0 | 126 | 123 | 115 | 114 | 12 |
| Binary | 100001 | 101100 | 110 | 11001 | 0 | 1010110 | 1010011 | 1001101 | 1001100 | 1010 |
Color Harmonies of #212C06
Complementary color
Monochromatic Colors of #212C06
Black with #212C06
Text Example
Text Example
White with #212C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C06; }
p { color: rgb(33,44,6); }
H1.HeaderClassName
{
color: #212C06;
}
.AnyTagClassName
{
color: #212C06;
}
</style>
background-color css
<style>
a { background-color: #212C06; }
a { background-color: rgb(33,44,6); }
div.DivClassName
{
background-color: #212C06;
}
.BgClassName
{
background-color: #212C06;
}
</style>
border-color css
<style>
span { border-color: #212C06; }
span { border-color: rgb(33,44,6); }
td.TdClassName
{
border-color: #212C06;
}
.TagClassName
{
border-color: #212C06;
}
</style>