Shades of Myrtle #213F22
Tints of Myrtle #213F22
RGB
CMYK
RGB Variations
Color information
#213F22 (or 0x213F22) is known color: Myrtle. HEX triplet: 21, 3F and 22. RGB value is (33,63,34). Sum of RGB (Red+Green+Blue) = 33+63+34=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 63 (25% from 255 or 48.46% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 63 - color contains mainly: green. Hex color #213F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F22 is #DEC0DD. Grayscale: #323232. Windows color (decimal): -14598366 or 2244385. OLE color: 2244385.
HSL color Cylindrical-coordinate representation of color #213F22: hue angle of 122º 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 #213F22 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 34 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.75 |
| HSL | 122º | 0.31% | 0.19% | - |
| HSV(B) | 122º | 0.48% | 0.25% | - |
| XYZ | 2.69 | 3.99 | 2.14 | - |
| YUV | 50.72 | 118.56 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 34 | 0.48 | 0 | 0.46 | 0.75 | 122 | 0.31 | 0.19 |
| Hex | 21 | 3F | 22 | 30 | 0 | 2E | 4B | 7A | 1F | 13 |
| Octal | 41 | 77 | 42 | 60 | 0 | 56 | 113 | 172 | 37 | 23 |
| Binary | 100001 | 111111 | 100010 | 110000 | 0 | 101110 | 1001011 | 1111010 | 11111 | 10011 |
Color Harmonies of #213F22
Complementary color
Monochromatic Colors of #213F22
Black with #213F22
Text Example
Text Example
White with #213F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F22; }
p { color: rgb(33,63,34); }
H1.HeaderClassName
{
color: #213F22;
}
.AnyTagClassName
{
color: #213F22;
}
</style>
background-color css
<style>
a { background-color: #213F22; }
a { background-color: rgb(33,63,34); }
div.DivClassName
{
background-color: #213F22;
}
.BgClassName
{
background-color: #213F22;
}
</style>
border-color css
<style>
span { border-color: #213F22; }
span { border-color: rgb(33,63,34); }
td.TdClassName
{
border-color: #213F22;
}
.TagClassName
{
border-color: #213F22;
}
</style>