Shades of Pine Tree #212F15
Tints of Pine Tree #212F15
RGB
CMYK
RGB Variations
Color information
#212F15 (or 0x212F15) is known color: Pine Tree. HEX triplet: 21, 2F and 15. RGB value is (33,47,21). Sum of RGB (Red+Green+Blue) = 33+47+21=101 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.67% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #212F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212F15 is #DED0EA. Grayscale: #272727. Windows color (decimal): -14602475 or 1388321. OLE color: 1388321.
HSL color Cylindrical-coordinate representation of color #212F15: hue angle of 92.31º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212F15 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 21 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.82 |
| HSL | 92.31º | 0.38% | 0.13% | - |
| HSV(B) | 92.31º | 0.55% | 0.18% | - |
| XYZ | 1.78 | 2.41 | 1.08 | - |
| YUV | 39.85 | 117.36 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 21 | 0.30 | 0 | 0.55 | 0.82 | 92.31 | 0.38 | 0.13 |
| Hex | 21 | 2F | 15 | 1E | 0 | 37 | 52 | 5C | 26 | D |
| Octal | 41 | 57 | 25 | 36 | 0 | 67 | 122 | 134 | 46 | 15 |
| Binary | 100001 | 101111 | 10101 | 11110 | 0 | 110111 | 1010010 | 1011100 | 100110 | 1101 |
Color Harmonies of #212F15
Complementary color
Monochromatic Colors of #212F15
Black with #212F15
Text Example
Text Example
White with #212F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F15; }
p { color: rgb(33,47,21); }
H1.HeaderClassName
{
color: #212F15;
}
.AnyTagClassName
{
color: #212F15;
}
</style>
background-color css
<style>
a { background-color: #212F15; }
a { background-color: rgb(33,47,21); }
div.DivClassName
{
background-color: #212F15;
}
.BgClassName
{
background-color: #212F15;
}
</style>
border-color css
<style>
span { border-color: #212F15; }
span { border-color: rgb(33,47,21); }
td.TdClassName
{
border-color: #212F15;
}
.TagClassName
{
border-color: #212F15;
}
</style>