Shades of Myrtle #213A22
Tints of Myrtle #213A22
RGB
CMYK
RGB Variations
Color information
#213A22 (or 0x213A22) is known color: Myrtle. HEX triplet: 21, 3A and 22. RGB value is (33,58,34). Sum of RGB (Red+Green+Blue) = 33+58+34=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #213A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A22 is #DEC5DD. Grayscale: #2F2F2F. Windows color (decimal): -14599646 or 2243105. OLE color: 2243105.
HSL color Cylindrical-coordinate representation of color #213A22: hue angle of 122.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A22 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 58 | 34 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.77 |
| HSL | 122.4º | 0.27% | 0.18% | - |
| HSV(B) | 122.4º | 0.43% | 0.23% | - |
| XYZ | 2.43 | 3.46 | 2.05 | - |
| YUV | 47.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 34 | 0.43 | 0 | 0.41 | 0.77 | 122.4 | 0.27 | 0.18 |
| Hex | 21 | 3A | 22 | 2B | 0 | 29 | 4D | 7A | 1B | 12 |
| Octal | 41 | 72 | 42 | 53 | 0 | 51 | 115 | 172 | 33 | 22 |
| Binary | 100001 | 111010 | 100010 | 101011 | 0 | 101001 | 1001101 | 1111010 | 11011 | 10010 |
Color Harmonies of #213A22
Complementary color
Monochromatic Colors of #213A22
Black with #213A22
Text Example
Text Example
White with #213A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A22; }
p { color: rgb(33,58,34); }
H1.HeaderClassName
{
color: #213A22;
}
.AnyTagClassName
{
color: #213A22;
}
</style>
background-color css
<style>
a { background-color: #213A22; }
a { background-color: rgb(33,58,34); }
div.DivClassName
{
background-color: #213A22;
}
.BgClassName
{
background-color: #213A22;
}
</style>
border-color css
<style>
span { border-color: #213A22; }
span { border-color: rgb(33,58,34); }
td.TdClassName
{
border-color: #213A22;
}
.TagClassName
{
border-color: #213A22;
}
</style>