Shades of Pine Tree #212919
Tints of Pine Tree #212919
RGB
CMYK
RGB Variations
Color information
#212919 (or 0x212919) is known color: Pine Tree. HEX triplet: 21, 29 and 19. RGB value is (33,41,25). Sum of RGB (Red+Green+Blue) = 33+41+25=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #212919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212919 is #DED6E6. Grayscale: #242424. Windows color (decimal): -14604007 or 1648929. OLE color: 1648929.
HSL color Cylindrical-coordinate representation of color #212919: hue angle of 90º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212919 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 25 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.84 |
| HSL | 90º | 0.24% | 0.13% | - |
| HSV(B) | 90º | 0.39% | 0.16% | - |
| XYZ | 1.6 | 1.98 | 1.22 | - |
| YUV | 36.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 25 | 0.20 | 0 | 0.39 | 0.84 | 90 | 0.24 | 0.13 |
| Hex | 21 | 29 | 19 | 14 | 0 | 27 | 54 | 5A | 18 | D |
| Octal | 41 | 51 | 31 | 24 | 0 | 47 | 124 | 132 | 30 | 15 |
| Binary | 100001 | 101001 | 11001 | 10100 | 0 | 100111 | 1010100 | 1011010 | 11000 | 1101 |
Color Harmonies of #212919
Complementary color
Monochromatic Colors of #212919
Black with #212919
Text Example
Text Example
White with #212919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212919; }
p { color: rgb(33,41,25); }
H1.HeaderClassName
{
color: #212919;
}
.AnyTagClassName
{
color: #212919;
}
</style>
background-color css
<style>
a { background-color: #212919; }
a { background-color: rgb(33,41,25); }
div.DivClassName
{
background-color: #212919;
}
.BgClassName
{
background-color: #212919;
}
</style>
border-color css
<style>
span { border-color: #212919; }
span { border-color: rgb(33,41,25); }
td.TdClassName
{
border-color: #212919;
}
.TagClassName
{
border-color: #212919;
}
</style>