Shades of Myrtle #215F03
Tints of Myrtle #215F03
RGB
CMYK
RGB Variations
Color information
#215F03 (or 0x215F03) is known color: Myrtle. HEX triplet: 21, 5F and 03. RGB value is (33,95,3). Sum of RGB (Red+Green+Blue) = 33+95+3=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 95 (37.5% from 255 or 72.52% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 95 - color contains mainly: green. Hex color #215F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215F03 is #DEA0FC. Grayscale: #424242. Windows color (decimal): -14590205 or 220961. OLE color: 220961.
HSL color Cylindrical-coordinate representation of color #215F03: hue angle of 100.43º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #215F03 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 3 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.63 |
| HSL | 100.43º | 0.94% | 0.19% | - |
| HSV(B) | 100.43º | 0.97% | 0.37% | - |
| XYZ | 4.74 | 8.51 | 1.48 | - |
| YUV | 65.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 3 | 0.65 | 0 | 0.97 | 0.63 | 100.43 | 0.94 | 0.19 |
| Hex | 21 | 5F | 3 | 41 | 0 | 61 | 3F | 64 | 5E | 13 |
| Octal | 41 | 137 | 3 | 101 | 0 | 141 | 77 | 144 | 136 | 23 |
| Binary | 100001 | 1011111 | 11 | 1000001 | 0 | 1100001 | 111111 | 1100100 | 1011110 | 10011 |
Color Harmonies of #215F03
Complementary color
Monochromatic Colors of #215F03
Black with #215F03
Text Example
Text Example
White with #215F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F03; }
p { color: rgb(33,95,3); }
H1.HeaderClassName
{
color: #215F03;
}
.AnyTagClassName
{
color: #215F03;
}
</style>
background-color css
<style>
a { background-color: #215F03; }
a { background-color: rgb(33,95,3); }
div.DivClassName
{
background-color: #215F03;
}
.BgClassName
{
background-color: #215F03;
}
</style>
border-color css
<style>
span { border-color: #215F03; }
span { border-color: rgb(33,95,3); }
td.TdClassName
{
border-color: #215F03;
}
.TagClassName
{
border-color: #215F03;
}
</style>