Shades of Myrtle #213F24
Tints of Myrtle #213F24
RGB
CMYK
RGB Variations
Color information
#213F24 (or 0x213F24) is known color: Myrtle. HEX triplet: 21, 3F and 24. RGB value is (33,63,36). Sum of RGB (Red+Green+Blue) = 33+63+36=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #213F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F24 is #DEC0DB. Grayscale: #333333. Windows color (decimal): -14598364 or 2375457. OLE color: 2375457.
HSL color Cylindrical-coordinate representation of color #213F24: hue angle of 126º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F24 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 36 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.75 |
| HSL | 126º | 0.31% | 0.19% | - |
| HSV(B) | 126º | 0.48% | 0.25% | - |
| XYZ | 2.72 | 4.01 | 2.3 | - |
| YUV | 50.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 36 | 0.48 | 0 | 0.43 | 0.75 | 126 | 0.31 | 0.19 |
| Hex | 21 | 3F | 24 | 30 | 0 | 2B | 4B | 7E | 1F | 13 |
| Octal | 41 | 77 | 44 | 60 | 0 | 53 | 113 | 176 | 37 | 23 |
| Binary | 100001 | 111111 | 100100 | 110000 | 0 | 101011 | 1001011 | 1111110 | 11111 | 10011 |
Color Harmonies of #213F24
Complementary color
Monochromatic Colors of #213F24
Black with #213F24
Text Example
Text Example
White with #213F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F24; }
p { color: rgb(33,63,36); }
H1.HeaderClassName
{
color: #213F24;
}
.AnyTagClassName
{
color: #213F24;
}
</style>
background-color css
<style>
a { background-color: #213F24; }
a { background-color: rgb(33,63,36); }
div.DivClassName
{
background-color: #213F24;
}
.BgClassName
{
background-color: #213F24;
}
</style>
border-color css
<style>
span { border-color: #213F24; }
span { border-color: rgb(33,63,36); }
td.TdClassName
{
border-color: #213F24;
}
.TagClassName
{
border-color: #213F24;
}
</style>