Shades of Myrtle #215802
Tints of Myrtle #215802
RGB
CMYK
RGB Variations
Color information
#215802 (or 0x215802) is known color: Myrtle. HEX triplet: 21, 58 and 02. RGB value is (33,88,2). Sum of RGB (Red+Green+Blue) = 33+88+2=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 88 (34.77% from 255 or 71.54% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 88 - color contains mainly: green. Hex color #215802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215802 is #DEA7FD. Grayscale: #3E3E3E. Windows color (decimal): -14591998 or 153633. OLE color: 153633.
HSL color Cylindrical-coordinate representation of color #215802: hue angle of 98.37º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #215802 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 88 | 2 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.65 |
| HSL | 98.37º | 0.96% | 0.18% | - |
| HSV(B) | 98.37º | 0.98% | 0.35% | - |
| XYZ | 4.13 | 7.31 | 1.25 | - |
| YUV | 61.75 | 94.28 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 2 | 0.62 | 0 | 0.98 | 0.65 | 98.37 | 0.96 | 0.18 |
| Hex | 21 | 58 | 2 | 3E | 0 | 62 | 41 | 62 | 60 | 12 |
| Octal | 41 | 130 | 2 | 76 | 0 | 142 | 101 | 142 | 140 | 22 |
| Binary | 100001 | 1011000 | 10 | 111110 | 0 | 1100010 | 1000001 | 1100010 | 1100000 | 10010 |
Color Harmonies of #215802
Complementary color
Monochromatic Colors of #215802
Black with #215802
Text Example
Text Example
White with #215802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215802; }
p { color: rgb(33,88,2); }
H1.HeaderClassName
{
color: #215802;
}
.AnyTagClassName
{
color: #215802;
}
</style>
background-color css
<style>
a { background-color: #215802; }
a { background-color: rgb(33,88,2); }
div.DivClassName
{
background-color: #215802;
}
.BgClassName
{
background-color: #215802;
}
</style>
border-color css
<style>
span { border-color: #215802; }
span { border-color: rgb(33,88,2); }
td.TdClassName
{
border-color: #215802;
}
.TagClassName
{
border-color: #215802;
}
</style>