Shades of Pine Tree #212914
Tints of Pine Tree #212914
RGB
CMYK
RGB Variations
Color information
#212914 (or 0x212914) is known color: Pine Tree. HEX triplet: 21, 29 and 14. RGB value is (33,41,20). Sum of RGB (Red+Green+Blue) = 33+41+20=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #212914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212914 is #DED6EB. Grayscale: #242424. Windows color (decimal): -14604012 or 1321249. OLE color: 1321249.
HSL color Cylindrical-coordinate representation of color #212914: hue angle of 82.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212914 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 20 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.84 |
| HSL | 82.86º | 0.34% | 0.12% | - |
| HSV(B) | 82.86º | 0.51% | 0.16% | - |
| XYZ | 1.55 | 1.96 | 0.96 | - |
| YUV | 36.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 20 | 0.20 | 0 | 0.51 | 0.84 | 82.86 | 0.34 | 0.12 |
| Hex | 21 | 29 | 14 | 14 | 0 | 33 | 54 | 53 | 22 | C |
| Octal | 41 | 51 | 24 | 24 | 0 | 63 | 124 | 123 | 42 | 14 |
| Binary | 100001 | 101001 | 10100 | 10100 | 0 | 110011 | 1010100 | 1010011 | 100010 | 1100 |
Color Harmonies of #212914
Complementary color
Monochromatic Colors of #212914
Black with #212914
Text Example
Text Example
White with #212914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212914; }
p { color: rgb(33,41,20); }
H1.HeaderClassName
{
color: #212914;
}
.AnyTagClassName
{
color: #212914;
}
</style>
background-color css
<style>
a { background-color: #212914; }
a { background-color: rgb(33,41,20); }
div.DivClassName
{
background-color: #212914;
}
.BgClassName
{
background-color: #212914;
}
</style>
border-color css
<style>
span { border-color: #212914; }
span { border-color: rgb(33,41,20); }
td.TdClassName
{
border-color: #212914;
}
.TagClassName
{
border-color: #212914;
}
</style>