Shades of Myrtle #214D25
Tints of Myrtle #214D25
RGB
CMYK
RGB Variations
Color information
#214D25 (or 0x214D25) is known color: Myrtle. HEX triplet: 21, 4D and 25. RGB value is (33,77,37). Sum of RGB (Red+Green+Blue) = 33+77+37=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #214D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D25 is #DEB2DA. Grayscale: #3B3B3B. Windows color (decimal): -14594779 or 2444577. OLE color: 2444577.
HSL color Cylindrical-coordinate representation of color #214D25: hue angle of 125.45º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D25 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 37 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.70 |
| HSL | 125.45º | 0.4% | 0.22% | - |
| HSV(B) | 125.45º | 0.57% | 0.3% | - |
| XYZ | 3.62 | 5.76 | 2.67 | - |
| YUV | 59.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 37 | 0.57 | 0 | 0.52 | 0.70 | 125.45 | 0.4 | 0.22 |
| Hex | 21 | 4D | 25 | 39 | 0 | 34 | 46 | 7D | 28 | 16 |
| Octal | 41 | 115 | 45 | 71 | 0 | 64 | 106 | 175 | 50 | 26 |
| Binary | 100001 | 1001101 | 100101 | 111001 | 0 | 110100 | 1000110 | 1111101 | 101000 | 10110 |
Color Harmonies of #214D25
Complementary color
Monochromatic Colors of #214D25
Black with #214D25
Text Example
Text Example
White with #214D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D25; }
p { color: rgb(33,77,37); }
H1.HeaderClassName
{
color: #214D25;
}
.AnyTagClassName
{
color: #214D25;
}
</style>
background-color css
<style>
a { background-color: #214D25; }
a { background-color: rgb(33,77,37); }
div.DivClassName
{
background-color: #214D25;
}
.BgClassName
{
background-color: #214D25;
}
</style>
border-color css
<style>
span { border-color: #214D25; }
span { border-color: rgb(33,77,37); }
td.TdClassName
{
border-color: #214D25;
}
.TagClassName
{
border-color: #214D25;
}
</style>