Shades of Myrtle #215B05
Tints of Myrtle #215B05
RGB
CMYK
RGB Variations
Color information
#215B05 (or 0x215B05) is known color: Myrtle. HEX triplet: 21, 5B and 05. RGB value is (33,91,5). Sum of RGB (Red+Green+Blue) = 33+91+5=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #215B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215B05 is #DEA4FA. Grayscale: #404040. Windows color (decimal): -14591227 or 351009. OLE color: 351009.
HSL color Cylindrical-coordinate representation of color #215B05: hue angle of 100.47º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #215B05 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 5 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.64 |
| HSL | 100.47º | 0.9% | 0.19% | - |
| HSV(B) | 100.47º | 0.95% | 0.36% | - |
| XYZ | 4.4 | 7.82 | 1.42 | - |
| YUV | 63.85 | 94.78 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 5 | 0.64 | 0 | 0.95 | 0.64 | 100.47 | 0.9 | 0.19 |
| Hex | 21 | 5B | 5 | 40 | 0 | 5F | 40 | 64 | 5A | 13 |
| Octal | 41 | 133 | 5 | 100 | 0 | 137 | 100 | 144 | 132 | 23 |
| Binary | 100001 | 1011011 | 101 | 1000000 | 0 | 1011111 | 1000000 | 1100100 | 1011010 | 10011 |
Color Harmonies of #215B05
Complementary color
Monochromatic Colors of #215B05
Black with #215B05
Text Example
Text Example
White with #215B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B05; }
p { color: rgb(33,91,5); }
H1.HeaderClassName
{
color: #215B05;
}
.AnyTagClassName
{
color: #215B05;
}
</style>
background-color css
<style>
a { background-color: #215B05; }
a { background-color: rgb(33,91,5); }
div.DivClassName
{
background-color: #215B05;
}
.BgClassName
{
background-color: #215B05;
}
</style>
border-color css
<style>
span { border-color: #215B05; }
span { border-color: rgb(33,91,5); }
td.TdClassName
{
border-color: #215B05;
}
.TagClassName
{
border-color: #215B05;
}
</style>