Shades of Myrtle #213D1E
Tints of Myrtle #213D1E
RGB
CMYK
RGB Variations
Color information
#213D1E (or 0x213D1E) is known color: Myrtle. HEX triplet: 21, 3D and 1E. RGB value is (33,61,30). Sum of RGB (Red+Green+Blue) = 33+61+30=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #213D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D1E is #DEC2E1. Grayscale: #313131. Windows color (decimal): -14598882 or 1981729. OLE color: 1981729.
HSL color Cylindrical-coordinate representation of color #213D1E: hue angle of 114.19º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213D1E is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 30 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.76 |
| HSL | 114.19º | 0.34% | 0.18% | - |
| HSV(B) | 114.19º | 0.51% | 0.24% | - |
| XYZ | 2.53 | 3.75 | 1.82 | - |
| YUV | 49.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 30 | 0.46 | 0 | 0.51 | 0.76 | 114.19 | 0.34 | 0.18 |
| Hex | 21 | 3D | 1E | 2E | 0 | 33 | 4C | 72 | 22 | 12 |
| Octal | 41 | 75 | 36 | 56 | 0 | 63 | 114 | 162 | 42 | 22 |
| Binary | 100001 | 111101 | 11110 | 101110 | 0 | 110011 | 1001100 | 1110010 | 100010 | 10010 |
Color Harmonies of #213D1E
Complementary color
Monochromatic Colors of #213D1E
Black with #213D1E
Text Example
Text Example
White with #213D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D1E; }
p { color: rgb(33,61,30); }
H1.HeaderClassName
{
color: #213D1E;
}
.AnyTagClassName
{
color: #213D1E;
}
</style>
background-color css
<style>
a { background-color: #213D1E; }
a { background-color: rgb(33,61,30); }
div.DivClassName
{
background-color: #213D1E;
}
.BgClassName
{
background-color: #213D1E;
}
</style>
border-color css
<style>
span { border-color: #213D1E; }
span { border-color: rgb(33,61,30); }
td.TdClassName
{
border-color: #213D1E;
}
.TagClassName
{
border-color: #213D1E;
}
</style>