Shades of Pine Tree #212A18
Tints of Pine Tree #212A18
RGB
CMYK
RGB Variations
Color information
#212A18 (or 0x212A18) is known color: Pine Tree. HEX triplet: 21, 2A and 18. RGB value is (33,42,24). Sum of RGB (Red+Green+Blue) = 33+42+24=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 42 - color contains mainly: green. Hex color #212A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212A18 is #DED5E7. Grayscale: #252525. Windows color (decimal): -14603752 or 1583649. OLE color: 1583649.
HSL color Cylindrical-coordinate representation of color #212A18: hue angle of 90º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #212A18 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 24 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.84 |
| HSL | 90º | 0.27% | 0.13% | - |
| HSV(B) | 90º | 0.43% | 0.16% | - |
| XYZ | 1.62 | 2.05 | 1.17 | - |
| YUV | 37.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 24 | 0.21 | 0 | 0.43 | 0.84 | 90 | 0.27 | 0.13 |
| Hex | 21 | 2A | 18 | 15 | 0 | 2B | 54 | 5A | 1B | D |
| Octal | 41 | 52 | 30 | 25 | 0 | 53 | 124 | 132 | 33 | 15 |
| Binary | 100001 | 101010 | 11000 | 10101 | 0 | 101011 | 1010100 | 1011010 | 11011 | 1101 |
Color Harmonies of #212A18
Complementary color
Monochromatic Colors of #212A18
Black with #212A18
Text Example
Text Example
White with #212A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A18; }
p { color: rgb(33,42,24); }
H1.HeaderClassName
{
color: #212A18;
}
.AnyTagClassName
{
color: #212A18;
}
</style>
background-color css
<style>
a { background-color: #212A18; }
a { background-color: rgb(33,42,24); }
div.DivClassName
{
background-color: #212A18;
}
.BgClassName
{
background-color: #212A18;
}
</style>
border-color css
<style>
span { border-color: #212A18; }
span { border-color: rgb(33,42,24); }
td.TdClassName
{
border-color: #212A18;
}
.TagClassName
{
border-color: #212A18;
}
</style>