Shades of Myrtle #215F00
Tints of Myrtle #215F00
RGB
CMYK
RGB Variations
Color information
#215F00 (or 0x215F00) is known color: Myrtle. HEX triplet: 21, 5F and 00. RGB value is (33,95,0). Sum of RGB (Red+Green+Blue) = 33+95+0=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 95 (37.5% from 255 or 74.22% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 95 - color contains mainly: green. Hex color #215F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215F00 is #DEA0FF. Grayscale: #414141. Windows color (decimal): -14590208 or 24353. OLE color: 24353.
HSL color Cylindrical-coordinate representation of color #215F00: hue angle of 99.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #215F00 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 95 | 0 | - |
| CMYK | 0.65 | 0 | 1 | 0.63 |
| HSL | 99.16º | 1% | 0.19% | - |
| HSV(B) | 99.16º | 1% | 0.37% | - |
| XYZ | 4.72 | 8.51 | 1.39 | - |
| YUV | 65.63 | 90.96 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 0 | 0.65 | 0 | 1 | 0.63 | 99.16 | 1 | 0.19 |
| Hex | 21 | 5F | 0 | 41 | 0 | 64 | 3F | 63 | 64 | 13 |
| Octal | 41 | 137 | 0 | 101 | 0 | 144 | 77 | 143 | 144 | 23 |
| Binary | 100001 | 1011111 | 0 | 1000001 | 0 | 1100100 | 111111 | 1100011 | 1100100 | 10011 |
Color Harmonies of #215F00
Complementary color
Monochromatic Colors of #215F00
Black with #215F00
Text Example
Text Example
White with #215F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F00; }
p { color: rgb(33,95,0); }
H1.HeaderClassName
{
color: #215F00;
}
.AnyTagClassName
{
color: #215F00;
}
</style>
background-color css
<style>
a { background-color: #215F00; }
a { background-color: rgb(33,95,0); }
div.DivClassName
{
background-color: #215F00;
}
.BgClassName
{
background-color: #215F00;
}
</style>
border-color css
<style>
span { border-color: #215F00; }
span { border-color: rgb(33,95,0); }
td.TdClassName
{
border-color: #215F00;
}
.TagClassName
{
border-color: #215F00;
}
</style>