Shades of Pine Tree #212B07
Tints of Pine Tree #212B07
RGB
CMYK
RGB Variations
Color information
#212B07 (or 0x212B07) is known color: Pine Tree. HEX triplet: 21, 2B and 07. RGB value is (33,43,7). Sum of RGB (Red+Green+Blue) = 33+43+7=83 (10% of max value = 765). Red value is 33 (13.28% from 255 or 39.76% from 83); Green value is 43 (17.19% from 255 or 51.81% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 43 - color contains mainly: green. Hex color #212B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212B07 is #DED4F8. Grayscale: #242424. Windows color (decimal): -14603513 or 469793. OLE color: 469793.
HSL color Cylindrical-coordinate representation of color #212B07: hue angle of 76.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212B07 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 43 | 7 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.83 |
| HSL | 76.67º | 0.72% | 0.1% | - |
| HSV(B) | 76.67º | 0.84% | 0.17% | - |
| XYZ | 1.53 | 2.07 | 0.52 | - |
| YUV | 35.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 7 | 0.23 | 0 | 0.84 | 0.83 | 76.67 | 0.72 | 0.1 |
| Hex | 21 | 2B | 7 | 17 | 0 | 54 | 53 | 4D | 48 | A |
| Octal | 41 | 53 | 7 | 27 | 0 | 124 | 123 | 115 | 110 | 12 |
| Binary | 100001 | 101011 | 111 | 10111 | 0 | 1010100 | 1010011 | 1001101 | 1001000 | 1010 |
Color Harmonies of #212B07
Complementary color
Monochromatic Colors of #212B07
Black with #212B07
Text Example
Text Example
White with #212B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B07; }
p { color: rgb(33,43,7); }
H1.HeaderClassName
{
color: #212B07;
}
.AnyTagClassName
{
color: #212B07;
}
</style>
background-color css
<style>
a { background-color: #212B07; }
a { background-color: rgb(33,43,7); }
div.DivClassName
{
background-color: #212B07;
}
.BgClassName
{
background-color: #212B07;
}
</style>
border-color css
<style>
span { border-color: #212B07; }
span { border-color: rgb(33,43,7); }
td.TdClassName
{
border-color: #212B07;
}
.TagClassName
{
border-color: #212B07;
}
</style>