Shades of Myrtle #215F07
Tints of Myrtle #215F07
RGB
CMYK
RGB Variations
Color information
#215F07 (or 0x215F07) is known color: Myrtle. HEX triplet: 21, 5F and 07. RGB value is (33,95,7). Sum of RGB (Red+Green+Blue) = 33+95+7=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 95 (37.5% from 255 or 70.37% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 95 - color contains mainly: green. Hex color #215F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215F07 is #DEA0F8. Grayscale: #424242. Windows color (decimal): -14590201 or 483105. OLE color: 483105.
HSL color Cylindrical-coordinate representation of color #215F07: hue angle of 102.27º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #215F07 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 7 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.63 |
| HSL | 102.27º | 0.86% | 0.2% | - |
| HSV(B) | 102.27º | 0.93% | 0.37% | - |
| XYZ | 4.76 | 8.52 | 1.6 | - |
| YUV | 66.43 | 94.46 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 7 | 0.65 | 0 | 0.93 | 0.63 | 102.27 | 0.86 | 0.2 |
| Hex | 21 | 5F | 7 | 41 | 0 | 5D | 3F | 66 | 56 | 14 |
| Octal | 41 | 137 | 7 | 101 | 0 | 135 | 77 | 146 | 126 | 24 |
| Binary | 100001 | 1011111 | 111 | 1000001 | 0 | 1011101 | 111111 | 1100110 | 1010110 | 10100 |
Color Harmonies of #215F07
Complementary color
Monochromatic Colors of #215F07
Black with #215F07
Text Example
Text Example
White with #215F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F07; }
p { color: rgb(33,95,7); }
H1.HeaderClassName
{
color: #215F07;
}
.AnyTagClassName
{
color: #215F07;
}
</style>
background-color css
<style>
a { background-color: #215F07; }
a { background-color: rgb(33,95,7); }
div.DivClassName
{
background-color: #215F07;
}
.BgClassName
{
background-color: #215F07;
}
</style>
border-color css
<style>
span { border-color: #215F07; }
span { border-color: rgb(33,95,7); }
td.TdClassName
{
border-color: #215F07;
}
.TagClassName
{
border-color: #215F07;
}
</style>