Shades of Myrtle #215E0A
Tints of Myrtle #215E0A
RGB
CMYK
RGB Variations
Color information
#215E0A (or 0x215E0A) is known color: Myrtle. HEX triplet: 21, 5E and 0A. RGB value is (33,94,10). Sum of RGB (Red+Green+Blue) = 33+94+10=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 94 (37.11% from 255 or 68.61% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 94 - color contains mainly: green. Hex color #215E0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215E0A is #DEA1F5. Grayscale: #424242. Windows color (decimal): -14590454 or 679457. OLE color: 679457.
HSL color Cylindrical-coordinate representation of color #215E0A: hue angle of 103.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #215E0A is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 10 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.63 |
| HSL | 103.57º | 0.81% | 0.2% | - |
| HSV(B) | 103.57º | 0.89% | 0.37% | - |
| XYZ | 4.68 | 8.35 | 1.65 | - |
| YUV | 66.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 10 | 0.65 | 0 | 0.89 | 0.63 | 103.57 | 0.81 | 0.2 |
| Hex | 21 | 5E | A | 41 | 0 | 59 | 3F | 68 | 51 | 14 |
| Octal | 41 | 136 | 12 | 101 | 0 | 131 | 77 | 150 | 121 | 24 |
| Binary | 100001 | 1011110 | 1010 | 1000001 | 0 | 1011001 | 111111 | 1101000 | 1010001 | 10100 |
Color Harmonies of #215E0A
Complementary color
Monochromatic Colors of #215E0A
Black with #215E0A
Text Example
Text Example
White with #215E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E0A; }
p { color: rgb(33,94,10); }
H1.HeaderClassName
{
color: #215E0A;
}
.AnyTagClassName
{
color: #215E0A;
}
</style>
background-color css
<style>
a { background-color: #215E0A; }
a { background-color: rgb(33,94,10); }
div.DivClassName
{
background-color: #215E0A;
}
.BgClassName
{
background-color: #215E0A;
}
</style>
border-color css
<style>
span { border-color: #215E0A; }
span { border-color: rgb(33,94,10); }
td.TdClassName
{
border-color: #215E0A;
}
.TagClassName
{
border-color: #215E0A;
}
</style>