Shades of Pine Tree #212E05
Tints of Pine Tree #212E05
RGB
CMYK
RGB Variations
Color information
#212E05 (or 0x212E05) is known color: Pine Tree. HEX triplet: 21, 2E and 05. RGB value is (33,46,5). Sum of RGB (Red+Green+Blue) = 33+46+5=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 46 (18.36% from 255 or 54.76% from 84); Blue value is 5 (2.34% from 255 or 5.95% from 84); Max value from RGB is 46 - color contains mainly: green. Hex color #212E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E05 is #DED1FA. Grayscale: #252525. Windows color (decimal): -14602747 or 339489. OLE color: 339489.
HSL color Cylindrical-coordinate representation of color #212E05: hue angle of 79.02º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #212E05 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 5 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.82 |
| HSL | 79.02º | 0.8% | 0.1% | - |
| HSV(B) | 79.02º | 0.89% | 0.18% | - |
| XYZ | 1.63 | 2.29 | 0.5 | - |
| YUV | 37.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 5 | 0.28 | 0 | 0.89 | 0.82 | 79.02 | 0.8 | 0.1 |
| Hex | 21 | 2E | 5 | 1C | 0 | 59 | 52 | 4F | 50 | A |
| Octal | 41 | 56 | 5 | 34 | 0 | 131 | 122 | 117 | 120 | 12 |
| Binary | 100001 | 101110 | 101 | 11100 | 0 | 1011001 | 1010010 | 1001111 | 1010000 | 1010 |
Color Harmonies of #212E05
Complementary color
Monochromatic Colors of #212E05
Black with #212E05
Text Example
Text Example
White with #212E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E05; }
p { color: rgb(33,46,5); }
H1.HeaderClassName
{
color: #212E05;
}
.AnyTagClassName
{
color: #212E05;
}
</style>
background-color css
<style>
a { background-color: #212E05; }
a { background-color: rgb(33,46,5); }
div.DivClassName
{
background-color: #212E05;
}
.BgClassName
{
background-color: #212E05;
}
</style>
border-color css
<style>
span { border-color: #212E05; }
span { border-color: rgb(33,46,5); }
td.TdClassName
{
border-color: #212E05;
}
.TagClassName
{
border-color: #212E05;
}
</style>