Shades of Myrtle #215E02
Tints of Myrtle #215E02
RGB
CMYK
RGB Variations
Color information
#215E02 (or 0x215E02) is known color: Myrtle. HEX triplet: 21, 5E and 02. RGB value is (33,94,2). Sum of RGB (Red+Green+Blue) = 33+94+2=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 94 (37.11% from 255 or 72.87% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 94 - color contains mainly: green. Hex color #215E02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215E02 is #DEA1FD. Grayscale: #414141. Windows color (decimal): -14590462 or 155169. OLE color: 155169.
HSL color Cylindrical-coordinate representation of color #215E02: hue angle of 99.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #215E02 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 94 | 2 | - |
| CMYK | 0.65 | 0 | 0.98 | 0.63 |
| HSL | 99.78º | 0.96% | 0.19% | - |
| HSV(B) | 99.78º | 0.98% | 0.37% | - |
| XYZ | 4.64 | 8.33 | 1.42 | - |
| YUV | 65.27 | 92.29 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 2 | 0.65 | 0 | 0.98 | 0.63 | 99.78 | 0.96 | 0.19 |
| Hex | 21 | 5E | 2 | 41 | 0 | 62 | 3F | 64 | 60 | 13 |
| Octal | 41 | 136 | 2 | 101 | 0 | 142 | 77 | 144 | 140 | 23 |
| Binary | 100001 | 1011110 | 10 | 1000001 | 0 | 1100010 | 111111 | 1100100 | 1100000 | 10011 |
Color Harmonies of #215E02
Complementary color
Monochromatic Colors of #215E02
Black with #215E02
Text Example
Text Example
White with #215E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E02; }
p { color: rgb(33,94,2); }
H1.HeaderClassName
{
color: #215E02;
}
.AnyTagClassName
{
color: #215E02;
}
</style>
background-color css
<style>
a { background-color: #215E02; }
a { background-color: rgb(33,94,2); }
div.DivClassName
{
background-color: #215E02;
}
.BgClassName
{
background-color: #215E02;
}
</style>
border-color css
<style>
span { border-color: #215E02; }
span { border-color: rgb(33,94,2); }
td.TdClassName
{
border-color: #215E02;
}
.TagClassName
{
border-color: #215E02;
}
</style>