Shades of Myrtle #214A25
Tints of Myrtle #214A25
RGB
CMYK
RGB Variations
Color information
#214A25 (or 0x214A25) is known color: Myrtle. HEX triplet: 21, 4A and 25. RGB value is (33,74,37). Sum of RGB (Red+Green+Blue) = 33+74+37=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #214A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A25 is #DEB5DA. Grayscale: #393939. Windows color (decimal): -14595547 or 2443809. OLE color: 2443809.
HSL color Cylindrical-coordinate representation of color #214A25: hue angle of 125.85º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214A25 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 74 | 37 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.71 |
| HSL | 125.85º | 0.38% | 0.21% | - |
| HSV(B) | 125.85º | 0.55% | 0.29% | - |
| XYZ | 3.41 | 5.35 | 2.6 | - |
| YUV | 57.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 37 | 0.55 | 0 | 0.50 | 0.71 | 125.85 | 0.38 | 0.21 |
| Hex | 21 | 4A | 25 | 37 | 0 | 32 | 47 | 7E | 26 | 15 |
| Octal | 41 | 112 | 45 | 67 | 0 | 62 | 107 | 176 | 46 | 25 |
| Binary | 100001 | 1001010 | 100101 | 110111 | 0 | 110010 | 1000111 | 1111110 | 100110 | 10101 |
Color Harmonies of #214A25
Complementary color
Monochromatic Colors of #214A25
Black with #214A25
Text Example
Text Example
White with #214A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A25; }
p { color: rgb(33,74,37); }
H1.HeaderClassName
{
color: #214A25;
}
.AnyTagClassName
{
color: #214A25;
}
</style>
background-color css
<style>
a { background-color: #214A25; }
a { background-color: rgb(33,74,37); }
div.DivClassName
{
background-color: #214A25;
}
.BgClassName
{
background-color: #214A25;
}
</style>
border-color css
<style>
span { border-color: #214A25; }
span { border-color: rgb(33,74,37); }
td.TdClassName
{
border-color: #214A25;
}
.TagClassName
{
border-color: #214A25;
}
</style>