Shades of Myrtle #215B02
Tints of Myrtle #215B02
RGB
CMYK
RGB Variations
Color information
#215B02 (or 0x215B02) is known color: Myrtle. HEX triplet: 21, 5B and 02. RGB value is (33,91,2). Sum of RGB (Red+Green+Blue) = 33+91+2=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 91 (35.94% from 255 or 72.22% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 91 - color contains mainly: green. Hex color #215B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215B02 is #DEA4FD. Grayscale: #3F3F3F. Windows color (decimal): -14591230 or 154401. OLE color: 154401.
HSL color Cylindrical-coordinate representation of color #215B02: hue angle of 99.1º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #215B02 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 91 | 2 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.64 |
| HSL | 99.1º | 0.96% | 0.18% | - |
| HSV(B) | 99.1º | 0.98% | 0.36% | - |
| XYZ | 4.38 | 7.81 | 1.33 | - |
| YUV | 63.51 | 93.28 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 2 | 0.64 | 0 | 0.98 | 0.64 | 99.1 | 0.96 | 0.18 |
| Hex | 21 | 5B | 2 | 40 | 0 | 62 | 40 | 63 | 60 | 12 |
| Octal | 41 | 133 | 2 | 100 | 0 | 142 | 100 | 143 | 140 | 22 |
| Binary | 100001 | 1011011 | 10 | 1000000 | 0 | 1100010 | 1000000 | 1100011 | 1100000 | 10010 |
Color Harmonies of #215B02
Complementary color
Monochromatic Colors of #215B02
Black with #215B02
Text Example
Text Example
White with #215B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215B02; }
p { color: rgb(33,91,2); }
H1.HeaderClassName
{
color: #215B02;
}
.AnyTagClassName
{
color: #215B02;
}
</style>
background-color css
<style>
a { background-color: #215B02; }
a { background-color: rgb(33,91,2); }
div.DivClassName
{
background-color: #215B02;
}
.BgClassName
{
background-color: #215B02;
}
</style>
border-color css
<style>
span { border-color: #215B02; }
span { border-color: rgb(33,91,2); }
td.TdClassName
{
border-color: #215B02;
}
.TagClassName
{
border-color: #215B02;
}
</style>