Shades of Myrtle #215B07
Tints of Myrtle #215B07
RGB
CMYK
RGB Variations
Color information
#215B07 (or 0x215B07) is known color: Myrtle. HEX triplet: 21, 5B and 07. RGB value is (33,91,7). Sum of RGB (Red+Green+Blue) = 33+91+7=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 91 (35.94% from 255 or 69.47% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 91 - color contains mainly: green. Hex color #215B07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215B07 is #DEA4F8. Grayscale: #404040. Windows color (decimal): -14591225 or 482081. OLE color: 482081.
HSL color Cylindrical-coordinate representation of color #215B07: hue angle of 101.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #215B07 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 7 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.64 |
| HSL | 101.43º | 0.86% | 0.19% | - |
| HSV(B) | 101.43º | 0.92% | 0.36% | - |
| XYZ | 4.41 | 7.82 | 1.48 | - |
| YUV | 64.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 7 | 0.64 | 0 | 0.92 | 0.64 | 101.43 | 0.86 | 0.19 |
| Hex | 21 | 5B | 7 | 40 | 0 | 5C | 40 | 65 | 56 | 13 |
| Octal | 41 | 133 | 7 | 100 | 0 | 134 | 100 | 145 | 126 | 23 |
| Binary | 100001 | 1011011 | 111 | 1000000 | 0 | 1011100 | 1000000 | 1100101 | 1010110 | 10011 |
Color Harmonies of #215B07
Complementary color
Monochromatic Colors of #215B07
Black with #215B07
Text Example
Text Example
White with #215B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B07; }
p { color: rgb(33,91,7); }
H1.HeaderClassName
{
color: #215B07;
}
.AnyTagClassName
{
color: #215B07;
}
</style>
background-color css
<style>
a { background-color: #215B07; }
a { background-color: rgb(33,91,7); }
div.DivClassName
{
background-color: #215B07;
}
.BgClassName
{
background-color: #215B07;
}
</style>
border-color css
<style>
span { border-color: #215B07; }
span { border-color: rgb(33,91,7); }
td.TdClassName
{
border-color: #215B07;
}
.TagClassName
{
border-color: #215B07;
}
</style>