Shades of Myrtle #213F18
Tints of Myrtle #213F18
RGB
CMYK
RGB Variations
Color information
#213F18 (or 0x213F18) is known color: Myrtle. HEX triplet: 21, 3F and 18. RGB value is (33,63,24). Sum of RGB (Red+Green+Blue) = 33+63+24=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #213F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #213F18 is #DEC0E7. Grayscale: #313131. Windows color (decimal): -14598376 or 1589025. OLE color: 1589025.
HSL color Cylindrical-coordinate representation of color #213F18: hue angle of 106.15º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #213F18 is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 63 | 24 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.75 |
| HSL | 106.15º | 0.45% | 0.17% | - |
| HSV(B) | 106.15º | 0.62% | 0.25% | - |
| XYZ | 2.57 | 3.94 | 1.49 | - |
| YUV | 49.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 24 | 0.48 | 0 | 0.62 | 0.75 | 106.15 | 0.45 | 0.17 |
| Hex | 21 | 3F | 18 | 30 | 0 | 3E | 4B | 6A | 2D | 11 |
| Octal | 41 | 77 | 30 | 60 | 0 | 76 | 113 | 152 | 55 | 21 |
| Binary | 100001 | 111111 | 11000 | 110000 | 0 | 111110 | 1001011 | 1101010 | 101101 | 10001 |
Color Harmonies of #213F18
Complementary color
Monochromatic Colors of #213F18
Black with #213F18
Text Example
Text Example
White with #213F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F18; }
p { color: rgb(33,63,24); }
H1.HeaderClassName
{
color: #213F18;
}
.AnyTagClassName
{
color: #213F18;
}
</style>
background-color css
<style>
a { background-color: #213F18; }
a { background-color: rgb(33,63,24); }
div.DivClassName
{
background-color: #213F18;
}
.BgClassName
{
background-color: #213F18;
}
</style>
border-color css
<style>
span { border-color: #213F18; }
span { border-color: rgb(33,63,24); }
td.TdClassName
{
border-color: #213F18;
}
.TagClassName
{
border-color: #213F18;
}
</style>