Shades of Myrtle #213F1D
Tints of Myrtle #213F1D
RGB
CMYK
RGB Variations
Color information
#213F1D (or 0x213F1D) is known color: Myrtle. HEX triplet: 21, 3F and 1D. RGB value is (33,63,29). Sum of RGB (Red+Green+Blue) = 33+63+29=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #213F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F1D is #DEC0E2. Grayscale: #323232. Windows color (decimal): -14598371 or 1916705. OLE color: 1916705.
HSL color Cylindrical-coordinate representation of color #213F1D: hue angle of 112.94º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #213F1D is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 29 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.75 |
| HSL | 112.94º | 0.37% | 0.18% | - |
| HSV(B) | 112.94º | 0.54% | 0.25% | - |
| XYZ | 2.63 | 3.97 | 1.79 | - |
| YUV | 50.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 29 | 0.48 | 0 | 0.54 | 0.75 | 112.94 | 0.37 | 0.18 |
| Hex | 21 | 3F | 1D | 30 | 0 | 36 | 4B | 71 | 25 | 12 |
| Octal | 41 | 77 | 35 | 60 | 0 | 66 | 113 | 161 | 45 | 22 |
| Binary | 100001 | 111111 | 11101 | 110000 | 0 | 110110 | 1001011 | 1110001 | 100101 | 10010 |
Color Harmonies of #213F1D
Complementary color
Monochromatic Colors of #213F1D
Black with #213F1D
Text Example
Text Example
White with #213F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F1D; }
p { color: rgb(33,63,29); }
H1.HeaderClassName
{
color: #213F1D;
}
.AnyTagClassName
{
color: #213F1D;
}
</style>
background-color css
<style>
a { background-color: #213F1D; }
a { background-color: rgb(33,63,29); }
div.DivClassName
{
background-color: #213F1D;
}
.BgClassName
{
background-color: #213F1D;
}
</style>
border-color css
<style>
span { border-color: #213F1D; }
span { border-color: rgb(33,63,29); }
td.TdClassName
{
border-color: #213F1D;
}
.TagClassName
{
border-color: #213F1D;
}
</style>