Shades of Pine Tree #212A13
Tints of Pine Tree #212A13
RGB
CMYK
RGB Variations
Color information
#212A13 (or 0x212A13) is known color: Pine Tree. HEX triplet: 21, 2A and 13. RGB value is (33,42,19). Sum of RGB (Red+Green+Blue) = 33+42+19=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #212A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A13 is #DED5EC. Grayscale: #242424. Windows color (decimal): -14603757 or 1255969. OLE color: 1255969.
HSL color Cylindrical-coordinate representation of color #212A13: hue angle of 83.48º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212A13 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 19 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.84 |
| HSL | 83.48º | 0.38% | 0.12% | - |
| HSV(B) | 83.48º | 0.55% | 0.16% | - |
| XYZ | 1.57 | 2.03 | 0.92 | - |
| YUV | 36.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 19 | 0.21 | 0 | 0.55 | 0.84 | 83.48 | 0.38 | 0.12 |
| Hex | 21 | 2A | 13 | 15 | 0 | 37 | 54 | 53 | 26 | C |
| Octal | 41 | 52 | 23 | 25 | 0 | 67 | 124 | 123 | 46 | 14 |
| Binary | 100001 | 101010 | 10011 | 10101 | 0 | 110111 | 1010100 | 1010011 | 100110 | 1100 |
Color Harmonies of #212A13
Complementary color
Monochromatic Colors of #212A13
Black with #212A13
Text Example
Text Example
White with #212A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A13; }
p { color: rgb(33,42,19); }
H1.HeaderClassName
{
color: #212A13;
}
.AnyTagClassName
{
color: #212A13;
}
</style>
background-color css
<style>
a { background-color: #212A13; }
a { background-color: rgb(33,42,19); }
div.DivClassName
{
background-color: #212A13;
}
.BgClassName
{
background-color: #212A13;
}
</style>
border-color css
<style>
span { border-color: #212A13; }
span { border-color: rgb(33,42,19); }
td.TdClassName
{
border-color: #212A13;
}
.TagClassName
{
border-color: #212A13;
}
</style>