Shades of Myrtle #214825
Tints of Myrtle #214825
RGB
CMYK
RGB Variations
Color information
#214825 (or 0x214825) is known color: Myrtle. HEX triplet: 21, 48 and 25. RGB value is (33,72,37). Sum of RGB (Red+Green+Blue) = 33+72+37=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #214825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214825 is #DEB7DA. Grayscale: #383838. Windows color (decimal): -14596059 or 2443297. OLE color: 2443297.
HSL color Cylindrical-coordinate representation of color #214825: hue angle of 126.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214825 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 37 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.72 |
| HSL | 126.15º | 0.37% | 0.21% | - |
| HSV(B) | 126.15º | 0.54% | 0.28% | - |
| XYZ | 3.28 | 5.09 | 2.56 | - |
| YUV | 56.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 37 | 0.54 | 0 | 0.49 | 0.72 | 126.15 | 0.37 | 0.21 |
| Hex | 21 | 48 | 25 | 36 | 0 | 31 | 48 | 7E | 25 | 15 |
| Octal | 41 | 110 | 45 | 66 | 0 | 61 | 110 | 176 | 45 | 25 |
| Binary | 100001 | 1001000 | 100101 | 110110 | 0 | 110001 | 1001000 | 1111110 | 100101 | 10101 |
Color Harmonies of #214825
Complementary color
Monochromatic Colors of #214825
Black with #214825
Text Example
Text Example
White with #214825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214825; }
p { color: rgb(33,72,37); }
H1.HeaderClassName
{
color: #214825;
}
.AnyTagClassName
{
color: #214825;
}
</style>
background-color css
<style>
a { background-color: #214825; }
a { background-color: rgb(33,72,37); }
div.DivClassName
{
background-color: #214825;
}
.BgClassName
{
background-color: #214825;
}
</style>
border-color css
<style>
span { border-color: #214825; }
span { border-color: rgb(33,72,37); }
td.TdClassName
{
border-color: #214825;
}
.TagClassName
{
border-color: #214825;
}
</style>