Shades of Pine Tree #212E10
Tints of Pine Tree #212E10
RGB
CMYK
RGB Variations
Color information
#212E10 (or 0x212E10) is known color: Pine Tree. HEX triplet: 21, 2E and 10. RGB value is (33,46,16). Sum of RGB (Red+Green+Blue) = 33+46+16=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #212E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E10 is #DED1EF. Grayscale: #262626. Windows color (decimal): -14602736 or 1060385. OLE color: 1060385.
HSL color Cylindrical-coordinate representation of color #212E10: hue angle of 86º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #212E10 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 16 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.82 |
| HSL | 86º | 0.48% | 0.12% | - |
| HSV(B) | 86º | 0.65% | 0.18% | - |
| XYZ | 1.7 | 2.31 | 0.85 | - |
| YUV | 38.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 16 | 0.28 | 0 | 0.65 | 0.82 | 86 | 0.48 | 0.12 |
| Hex | 21 | 2E | 10 | 1C | 0 | 41 | 52 | 56 | 30 | C |
| Octal | 41 | 56 | 20 | 34 | 0 | 101 | 122 | 126 | 60 | 14 |
| Binary | 100001 | 101110 | 10000 | 11100 | 0 | 1000001 | 1010010 | 1010110 | 110000 | 1100 |
Color Harmonies of #212E10
Complementary color
Monochromatic Colors of #212E10
Black with #212E10
Text Example
Text Example
White with #212E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E10; }
p { color: rgb(33,46,16); }
H1.HeaderClassName
{
color: #212E10;
}
.AnyTagClassName
{
color: #212E10;
}
</style>
background-color css
<style>
a { background-color: #212E10; }
a { background-color: rgb(33,46,16); }
div.DivClassName
{
background-color: #212E10;
}
.BgClassName
{
background-color: #212E10;
}
</style>
border-color css
<style>
span { border-color: #212E10; }
span { border-color: rgb(33,46,16); }
td.TdClassName
{
border-color: #212E10;
}
.TagClassName
{
border-color: #212E10;
}
</style>