Shades of Myrtle #215A1E
Tints of Myrtle #215A1E
RGB
CMYK
RGB Variations
Color information
#215A1E (or 0x215A1E) is known color: Myrtle. HEX triplet: 21, 5A and 1E. RGB value is (33,90,30). Sum of RGB (Red+Green+Blue) = 33+90+30=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #215A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A1E is #DEA5E1. Grayscale: #424242. Windows color (decimal): -14591458 or 1989153. OLE color: 1989153.
HSL color Cylindrical-coordinate representation of color #215A1E: hue angle of 117º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215A1E is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 90 | 30 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.65 |
| HSL | 117º | 0.5% | 0.24% | - |
| HSV(B) | 117º | 0.67% | 0.35% | - |
| XYZ | 4.52 | 7.73 | 2.48 | - |
| YUV | 66.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 30 | 0.63 | 0 | 0.67 | 0.65 | 117 | 0.5 | 0.24 |
| Hex | 21 | 5A | 1E | 3F | 0 | 43 | 41 | 75 | 32 | 18 |
| Octal | 41 | 132 | 36 | 77 | 0 | 103 | 101 | 165 | 62 | 30 |
| Binary | 100001 | 1011010 | 11110 | 111111 | 0 | 1000011 | 1000001 | 1110101 | 110010 | 11000 |
Color Harmonies of #215A1E
Complementary color
Monochromatic Colors of #215A1E
Black with #215A1E
Text Example
Text Example
White with #215A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A1E; }
p { color: rgb(33,90,30); }
H1.HeaderClassName
{
color: #215A1E;
}
.AnyTagClassName
{
color: #215A1E;
}
</style>
background-color css
<style>
a { background-color: #215A1E; }
a { background-color: rgb(33,90,30); }
div.DivClassName
{
background-color: #215A1E;
}
.BgClassName
{
background-color: #215A1E;
}
</style>
border-color css
<style>
span { border-color: #215A1E; }
span { border-color: rgb(33,90,30); }
td.TdClassName
{
border-color: #215A1E;
}
.TagClassName
{
border-color: #215A1E;
}
</style>