Shades of Pine Tree #212D15
Tints of Pine Tree #212D15
RGB
CMYK
RGB Variations
Color information
#212D15 (or 0x212D15) is known color: Pine Tree. HEX triplet: 21, 2D and 15. RGB value is (33,45,21). Sum of RGB (Red+Green+Blue) = 33+45+21=99 (13% of max value = 765). Red value is 33 (13.28% from 255 or 33.33% from 99); Green value is 45 (17.97% from 255 or 45.45% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 45 - color contains mainly: green. Hex color #212D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212D15 is #DED2EA. Grayscale: #262626. Windows color (decimal): -14602987 or 1387809. OLE color: 1387809.
HSL color Cylindrical-coordinate representation of color #212D15: hue angle of 90º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #212D15 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 21 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.82 |
| HSL | 90º | 0.36% | 0.13% | - |
| HSV(B) | 90º | 0.53% | 0.18% | - |
| XYZ | 1.7 | 2.25 | 1.05 | - |
| YUV | 38.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 21 | 0.27 | 0 | 0.53 | 0.82 | 90 | 0.36 | 0.13 |
| Hex | 21 | 2D | 15 | 1B | 0 | 35 | 52 | 5A | 24 | D |
| Octal | 41 | 55 | 25 | 33 | 0 | 65 | 122 | 132 | 44 | 15 |
| Binary | 100001 | 101101 | 10101 | 11011 | 0 | 110101 | 1010010 | 1011010 | 100100 | 1101 |
Color Harmonies of #212D15
Complementary color
Monochromatic Colors of #212D15
Black with #212D15
Text Example
Text Example
White with #212D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D15; }
p { color: rgb(33,45,21); }
H1.HeaderClassName
{
color: #212D15;
}
.AnyTagClassName
{
color: #212D15;
}
</style>
background-color css
<style>
a { background-color: #212D15; }
a { background-color: rgb(33,45,21); }
div.DivClassName
{
background-color: #212D15;
}
.BgClassName
{
background-color: #212D15;
}
</style>
border-color css
<style>
span { border-color: #212D15; }
span { border-color: rgb(33,45,21); }
td.TdClassName
{
border-color: #212D15;
}
.TagClassName
{
border-color: #212D15;
}
</style>