Shades of Myrtle #213A1E
Tints of Myrtle #213A1E
RGB
CMYK
RGB Variations
Color information
#213A1E (or 0x213A1E) is known color: Myrtle. HEX triplet: 21, 3A and 1E. RGB value is (33,58,30). Sum of RGB (Red+Green+Blue) = 33+58+30=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 58 - color contains mainly: green. Hex color #213A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A1E is #DEC5E1. Grayscale: #2F2F2F. Windows color (decimal): -14599650 or 1980961. OLE color: 1980961.
HSL color Cylindrical-coordinate representation of color #213A1E: hue angle of 113.57º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213A1E is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 58 | 30 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.77 |
| HSL | 113.57º | 0.32% | 0.17% | - |
| HSV(B) | 113.57º | 0.48% | 0.23% | - |
| XYZ | 2.37 | 3.44 | 1.77 | - |
| YUV | 47.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 30 | 0.43 | 0 | 0.48 | 0.77 | 113.57 | 0.32 | 0.17 |
| Hex | 21 | 3A | 1E | 2B | 0 | 30 | 4D | 72 | 20 | 11 |
| Octal | 41 | 72 | 36 | 53 | 0 | 60 | 115 | 162 | 40 | 21 |
| Binary | 100001 | 111010 | 11110 | 101011 | 0 | 110000 | 1001101 | 1110010 | 100000 | 10001 |
Color Harmonies of #213A1E
Complementary color
Monochromatic Colors of #213A1E
Black with #213A1E
Text Example
Text Example
White with #213A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A1E; }
p { color: rgb(33,58,30); }
H1.HeaderClassName
{
color: #213A1E;
}
.AnyTagClassName
{
color: #213A1E;
}
</style>
background-color css
<style>
a { background-color: #213A1E; }
a { background-color: rgb(33,58,30); }
div.DivClassName
{
background-color: #213A1E;
}
.BgClassName
{
background-color: #213A1E;
}
</style>
border-color css
<style>
span { border-color: #213A1E; }
span { border-color: rgb(33,58,30); }
td.TdClassName
{
border-color: #213A1E;
}
.TagClassName
{
border-color: #213A1E;
}
</style>