Shades of Myrtle #216302
Tints of Myrtle #216302
RGB
CMYK
RGB Variations
Color information
#216302 (or 0x216302) is known color: Myrtle. HEX triplet: 21, 63 and 02. RGB value is (33,99,2). Sum of RGB (Red+Green+Blue) = 33+99+2=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #216302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216302 is #DE9CFD. Grayscale: #444444. Windows color (decimal): -14589182 or 156449. OLE color: 156449.
HSL color Cylindrical-coordinate representation of color #216302: hue angle of 100.82º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #216302 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 99 | 2 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.61 |
| HSL | 100.82º | 0.96% | 0.2% | - |
| HSV(B) | 100.82º | 0.98% | 0.39% | - |
| XYZ | 5.1 | 9.25 | 1.57 | - |
| YUV | 68.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 2 | 0.67 | 0 | 0.98 | 0.61 | 100.82 | 0.96 | 0.2 |
| Hex | 21 | 63 | 2 | 43 | 0 | 62 | 3D | 65 | 60 | 14 |
| Octal | 41 | 143 | 2 | 103 | 0 | 142 | 75 | 145 | 140 | 24 |
| Binary | 100001 | 1100011 | 10 | 1000011 | 0 | 1100010 | 111101 | 1100101 | 1100000 | 10100 |
Color Harmonies of #216302
Complementary color
Monochromatic Colors of #216302
Black with #216302
Text Example
Text Example
White with #216302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216302; }
p { color: rgb(33,99,2); }
H1.HeaderClassName
{
color: #216302;
}
.AnyTagClassName
{
color: #216302;
}
</style>
background-color css
<style>
a { background-color: #216302; }
a { background-color: rgb(33,99,2); }
div.DivClassName
{
background-color: #216302;
}
.BgClassName
{
background-color: #216302;
}
</style>
border-color css
<style>
span { border-color: #216302; }
span { border-color: rgb(33,99,2); }
td.TdClassName
{
border-color: #216302;
}
.TagClassName
{
border-color: #216302;
}
</style>