Shades of Pine Tree #212E17
Tints of Pine Tree #212E17
RGB
CMYK
RGB Variations
Color information
#212E17 (or 0x212E17) is known color: Pine Tree. HEX triplet: 21, 2E and 17. RGB value is (33,46,23). Sum of RGB (Red+Green+Blue) = 33+46+23=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #212E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212E17 is #DED1E8. Grayscale: #272727. Windows color (decimal): -14602729 or 1519137. OLE color: 1519137.
HSL color Cylindrical-coordinate representation of color #212E17: hue angle of 93.91º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212E17 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 23 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.82 |
| HSL | 93.91º | 0.33% | 0.14% | - |
| HSV(B) | 93.91º | 0.5% | 0.18% | - |
| XYZ | 1.76 | 2.34 | 1.17 | - |
| YUV | 39.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 23 | 0.28 | 0 | 0.50 | 0.82 | 93.91 | 0.33 | 0.14 |
| Hex | 21 | 2E | 17 | 1C | 0 | 32 | 52 | 5E | 21 | E |
| Octal | 41 | 56 | 27 | 34 | 0 | 62 | 122 | 136 | 41 | 16 |
| Binary | 100001 | 101110 | 10111 | 11100 | 0 | 110010 | 1010010 | 1011110 | 100001 | 1110 |
Color Harmonies of #212E17
Complementary color
Monochromatic Colors of #212E17
Black with #212E17
Text Example
Text Example
White with #212E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E17; }
p { color: rgb(33,46,23); }
H1.HeaderClassName
{
color: #212E17;
}
.AnyTagClassName
{
color: #212E17;
}
</style>
background-color css
<style>
a { background-color: #212E17; }
a { background-color: rgb(33,46,23); }
div.DivClassName
{
background-color: #212E17;
}
.BgClassName
{
background-color: #212E17;
}
</style>
border-color css
<style>
span { border-color: #212E17; }
span { border-color: rgb(33,46,23); }
td.TdClassName
{
border-color: #212E17;
}
.TagClassName
{
border-color: #212E17;
}
</style>