Shades of Pine Tree #212619
Tints of Pine Tree #212619
RGB
CMYK
RGB Variations
Color information
#212619 (or 0x212619) is known color: Pine Tree. HEX triplet: 21, 26 and 19. RGB value is (33,38,25). Sum of RGB (Red+Green+Blue) = 33+38+25=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 38 - color contains mainly: green. Hex color #212619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212619 is #DED9E6. Grayscale: #232323. Windows color (decimal): -14604775 or 1648161. OLE color: 1648161.
HSL color Cylindrical-coordinate representation of color #212619: hue angle of 83.08º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #212619 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 38 | 25 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.85 |
| HSL | 83.08º | 0.21% | 0.12% | - |
| HSV(B) | 83.08º | 0.34% | 0.15% | - |
| XYZ | 1.5 | 1.78 | 1.18 | - |
| YUV | 35.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 25 | 0.13 | 0 | 0.34 | 0.85 | 83.08 | 0.21 | 0.12 |
| Hex | 21 | 26 | 19 | D | 0 | 22 | 55 | 53 | 15 | C |
| Octal | 41 | 46 | 31 | 15 | 0 | 42 | 125 | 123 | 25 | 14 |
| Binary | 100001 | 100110 | 11001 | 1101 | 0 | 100010 | 1010101 | 1010011 | 10101 | 1100 |
Color Harmonies of #212619
Complementary color
Monochromatic Colors of #212619
Black with #212619
Text Example
Text Example
White with #212619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212619; }
p { color: rgb(33,38,25); }
H1.HeaderClassName
{
color: #212619;
}
.AnyTagClassName
{
color: #212619;
}
</style>
background-color css
<style>
a { background-color: #212619; }
a { background-color: rgb(33,38,25); }
div.DivClassName
{
background-color: #212619;
}
.BgClassName
{
background-color: #212619;
}
</style>
border-color css
<style>
span { border-color: #212619; }
span { border-color: rgb(33,38,25); }
td.TdClassName
{
border-color: #212619;
}
.TagClassName
{
border-color: #212619;
}
</style>