Shades of Myrtle #215C00
Tints of Myrtle #215C00
RGB
CMYK
RGB Variations
Color information
#215C00 (or 0x215C00) is known color: Myrtle. HEX triplet: 21, 5C and 00. RGB value is (33,92,0). Sum of RGB (Red+Green+Blue) = 33+92+0=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 92 (36.33% from 255 or 73.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 92 - color contains mainly: green. Hex color #215C00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215C00 is #DEA3FF. Grayscale: #404040. Windows color (decimal): -14590976 or 23585. OLE color: 23585.
HSL color Cylindrical-coordinate representation of color #215C00: hue angle of 98.48º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #215C00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 92 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.64 |
| HSL | 98.48º | 1% | 0.18% | - |
| HSV(B) | 98.48º | 1% | 0.36% | - |
| XYZ | 4.45 | 7.98 | 1.31 | - |
| YUV | 63.87 | 91.95 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 0 | 0.64 | 0 | 1 | 0.64 | 98.48 | 1 | 0.18 |
| Hex | 21 | 5C | 0 | 40 | 0 | 64 | 40 | 62 | 64 | 12 |
| Octal | 41 | 134 | 0 | 100 | 0 | 144 | 100 | 142 | 144 | 22 |
| Binary | 100001 | 1011100 | 0 | 1000000 | 0 | 1100100 | 1000000 | 1100010 | 1100100 | 10010 |
Color Harmonies of #215C00
Complementary color
Monochromatic Colors of #215C00
Black with #215C00
Text Example
Text Example
White with #215C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C00; }
p { color: rgb(33,92,0); }
H1.HeaderClassName
{
color: #215C00;
}
.AnyTagClassName
{
color: #215C00;
}
</style>
background-color css
<style>
a { background-color: #215C00; }
a { background-color: rgb(33,92,0); }
div.DivClassName
{
background-color: #215C00;
}
.BgClassName
{
background-color: #215C00;
}
</style>
border-color css
<style>
span { border-color: #215C00; }
span { border-color: rgb(33,92,0); }
td.TdClassName
{
border-color: #215C00;
}
.TagClassName
{
border-color: #215C00;
}
</style>