Shades of Myrtle #213E21
Tints of Myrtle #213E21
RGB
CMYK
RGB Variations
Color information
#213E21 (or 0x213E21) is known color: Myrtle. HEX triplet: 21, 3E and 21. RGB value is (33,62,33). Sum of RGB (Red+Green+Blue) = 33+62+33=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #213E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E21 is #DEC1DE. Grayscale: #323232. Windows color (decimal): -14598623 or 2178593. OLE color: 2178593.
HSL color Cylindrical-coordinate representation of color #213E21: hue angle of 120º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E21 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 62 | 33 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.76 |
| HSL | 120º | 0.31% | 0.19% | - |
| HSV(B) | 120º | 0.47% | 0.24% | - |
| XYZ | 2.62 | 3.88 | 2.05 | - |
| YUV | 50.02 | 118.39 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 62 | 33 | 0.47 | 0 | 0.47 | 0.76 | 120 | 0.31 | 0.19 |
| Hex | 21 | 3E | 21 | 2F | 0 | 2F | 4C | 78 | 1F | 13 |
| Octal | 41 | 76 | 41 | 57 | 0 | 57 | 114 | 170 | 37 | 23 |
| Binary | 100001 | 111110 | 100001 | 101111 | 0 | 101111 | 1001100 | 1111000 | 11111 | 10011 |
Color Harmonies of #213E21
Complementary color
Monochromatic Colors of #213E21
Black with #213E21
Text Example
Text Example
White with #213E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213E21; }
p { color: rgb(33,62,33); }
H1.HeaderClassName
{
color: #213E21;
}
.AnyTagClassName
{
color: #213E21;
}
</style>
background-color css
<style>
a { background-color: #213E21; }
a { background-color: rgb(33,62,33); }
div.DivClassName
{
background-color: #213E21;
}
.BgClassName
{
background-color: #213E21;
}
</style>
border-color css
<style>
span { border-color: #213E21; }
span { border-color: rgb(33,62,33); }
td.TdClassName
{
border-color: #213E21;
}
.TagClassName
{
border-color: #213E21;
}
</style>