Shades of Myrtle #214F25
Tints of Myrtle #214F25
RGB
CMYK
RGB Variations
Color information
#214F25 (or 0x214F25) is known color: Myrtle. HEX triplet: 21, 4F and 25. RGB value is (33,79,37). Sum of RGB (Red+Green+Blue) = 33+79+37=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #214F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214F25 is #DEB0DA. Grayscale: #3C3C3C. Windows color (decimal): -14594267 or 2445089. OLE color: 2445089.
HSL color Cylindrical-coordinate representation of color #214F25: hue angle of 125.22º 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 #214F25 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 37 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.69 |
| HSL | 125.22º | 0.41% | 0.22% | - |
| HSV(B) | 125.22º | 0.58% | 0.31% | - |
| XYZ | 3.76 | 6.05 | 2.72 | - |
| YUV | 60.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 37 | 0.58 | 0 | 0.53 | 0.69 | 125.22 | 0.41 | 0.22 |
| Hex | 21 | 4F | 25 | 3A | 0 | 35 | 45 | 7D | 29 | 16 |
| Octal | 41 | 117 | 45 | 72 | 0 | 65 | 105 | 175 | 51 | 26 |
| Binary | 100001 | 1001111 | 100101 | 111010 | 0 | 110101 | 1000101 | 1111101 | 101001 | 10110 |
Color Harmonies of #214F25
Complementary color
Monochromatic Colors of #214F25
Black with #214F25
Text Example
Text Example
White with #214F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F25; }
p { color: rgb(33,79,37); }
H1.HeaderClassName
{
color: #214F25;
}
.AnyTagClassName
{
color: #214F25;
}
</style>
background-color css
<style>
a { background-color: #214F25; }
a { background-color: rgb(33,79,37); }
div.DivClassName
{
background-color: #214F25;
}
.BgClassName
{
background-color: #214F25;
}
</style>
border-color css
<style>
span { border-color: #214F25; }
span { border-color: rgb(33,79,37); }
td.TdClassName
{
border-color: #214F25;
}
.TagClassName
{
border-color: #214F25;
}
</style>