Shades of Myrtle #214F21
Tints of Myrtle #214F21
RGB
CMYK
RGB Variations
Color information
#214F21 (or 0x214F21) is known color: Myrtle. HEX triplet: 21, 4F and 21. RGB value is (33,79,33). Sum of RGB (Red+Green+Blue) = 33+79+33=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #214F21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F21 is #DEB0DE. Grayscale: #3C3C3C. Windows color (decimal): -14594271 or 2182945. OLE color: 2182945.
HSL color Cylindrical-coordinate representation of color #214F21: hue angle of 120º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214F21 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 33 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.69 |
| HSL | 120º | 0.41% | 0.22% | - |
| HSV(B) | 120º | 0.58% | 0.31% | - |
| XYZ | 3.7 | 6.03 | 2.41 | - |
| YUV | 60 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 33 | 0.58 | 0 | 0.58 | 0.69 | 120 | 0.41 | 0.22 |
| Hex | 21 | 4F | 21 | 3A | 0 | 3A | 45 | 78 | 29 | 16 |
| Octal | 41 | 117 | 41 | 72 | 0 | 72 | 105 | 170 | 51 | 26 |
| Binary | 100001 | 1001111 | 100001 | 111010 | 0 | 111010 | 1000101 | 1111000 | 101001 | 10110 |
Color Harmonies of #214F21
Complementary color
Monochromatic Colors of #214F21
Black with #214F21
Text Example
Text Example
White with #214F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F21; }
p { color: rgb(33,79,33); }
H1.HeaderClassName
{
color: #214F21;
}
.AnyTagClassName
{
color: #214F21;
}
</style>
background-color css
<style>
a { background-color: #214F21; }
a { background-color: rgb(33,79,33); }
div.DivClassName
{
background-color: #214F21;
}
.BgClassName
{
background-color: #214F21;
}
</style>
border-color css
<style>
span { border-color: #214F21; }
span { border-color: rgb(33,79,33); }
td.TdClassName
{
border-color: #214F21;
}
.TagClassName
{
border-color: #214F21;
}
</style>