Shades of Pine Tree #212D09
Tints of Pine Tree #212D09
RGB
CMYK
RGB Variations
Color information
#212D09 (or 0x212D09) is known color: Pine Tree. HEX triplet: 21, 2D and 09. RGB value is (33,45,9). Sum of RGB (Red+Green+Blue) = 33+45+9=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 45 (17.97% from 255 or 51.72% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 45 - color contains mainly: green. Hex color #212D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212D09 is #DED2F6. Grayscale: #252525. Windows color (decimal): -14602999 or 601377. OLE color: 601377.
HSL color Cylindrical-coordinate representation of color #212D09: hue angle of 80º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212D09 is Cyan = 0.27, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 9 | - |
| CMYK | 0.27 | 0 | 0.8 | 0.82 |
| HSL | 80º | 0.67% | 0.11% | - |
| HSV(B) | 80º | 0.8% | 0.18% | - |
| XYZ | 1.61 | 2.22 | 0.6 | - |
| YUV | 37.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 9 | 0.27 | 0 | 0.8 | 0.82 | 80 | 0.67 | 0.11 |
| Hex | 21 | 2D | 9 | 1B | 0 | 50 | 52 | 50 | 43 | B |
| Octal | 41 | 55 | 11 | 33 | 0 | 120 | 122 | 120 | 103 | 13 |
| Binary | 100001 | 101101 | 1001 | 11011 | 0 | 1010000 | 1010010 | 1010000 | 1000011 | 1011 |
Color Harmonies of #212D09
Complementary color
Monochromatic Colors of #212D09
Black with #212D09
Text Example
Text Example
White with #212D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D09; }
p { color: rgb(33,45,9); }
H1.HeaderClassName
{
color: #212D09;
}
.AnyTagClassName
{
color: #212D09;
}
</style>
background-color css
<style>
a { background-color: #212D09; }
a { background-color: rgb(33,45,9); }
div.DivClassName
{
background-color: #212D09;
}
.BgClassName
{
background-color: #212D09;
}
</style>
border-color css
<style>
span { border-color: #212D09; }
span { border-color: rgb(33,45,9); }
td.TdClassName
{
border-color: #212D09;
}
.TagClassName
{
border-color: #212D09;
}
</style>