Shades of Myrtle #215301
Tints of Myrtle #215301
RGB
CMYK
RGB Variations
Color information
#215301 (or 0x215301) is known color: Myrtle. HEX triplet: 21, 53 and 01. RGB value is (33,83,1). Sum of RGB (Red+Green+Blue) = 33+83+1=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #215301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215301 is #DEACFE. Grayscale: #3A3A3A. Windows color (decimal): -14593279 or 86817. OLE color: 86817.
HSL color Cylindrical-coordinate representation of color #215301: hue angle of 96.59º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #215301 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 83 | 1 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.67 |
| HSL | 96.59º | 0.98% | 0.16% | - |
| HSV(B) | 96.59º | 0.99% | 0.33% | - |
| XYZ | 3.73 | 6.51 | 1.09 | - |
| YUV | 58.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 1 | 0.60 | 0 | 0.99 | 0.67 | 96.59 | 0.98 | 0.16 |
| Hex | 21 | 53 | 1 | 3C | 0 | 63 | 43 | 61 | 62 | 10 |
| Octal | 41 | 123 | 1 | 74 | 0 | 143 | 103 | 141 | 142 | 20 |
| Binary | 100001 | 1010011 | 1 | 111100 | 0 | 1100011 | 1000011 | 1100001 | 1100010 | 10000 |
Color Harmonies of #215301
Complementary color
Monochromatic Colors of #215301
Black with #215301
Text Example
Text Example
White with #215301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215301; }
p { color: rgb(33,83,1); }
H1.HeaderClassName
{
color: #215301;
}
.AnyTagClassName
{
color: #215301;
}
</style>
background-color css
<style>
a { background-color: #215301; }
a { background-color: rgb(33,83,1); }
div.DivClassName
{
background-color: #215301;
}
.BgClassName
{
background-color: #215301;
}
</style>
border-color css
<style>
span { border-color: #215301; }
span { border-color: rgb(33,83,1); }
td.TdClassName
{
border-color: #215301;
}
.TagClassName
{
border-color: #215301;
}
</style>