Shades of Elf Green #218D7A
Tints of Elf Green #218D7A
RGB
CMYK
RGB Variations
Color information
#218D7A (or 0x218D7A) is known color: Elf Green. HEX triplet: 21, 8D and 7A. RGB value is (33,141,122). Sum of RGB (Red+Green+Blue) = 33+141+122=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #218D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D7A is #DE7285. Grayscale: #6A6A6A. Windows color (decimal): -14578310 or 8031521. OLE color: 8031521.
HSL color Cylindrical-coordinate representation of color #218D7A: hue angle of 169.44º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D7A is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 122 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.45 |
| HSL | 169.44º | 0.62% | 0.34% | - |
| HSV(B) | 169.44º | 0.77% | 0.55% | - |
| XYZ | 13.66 | 20.78 | 21.7 | - |
| YUV | 106.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 122 | 0.77 | 0 | 0.13 | 0.45 | 169.44 | 0.62 | 0.34 |
| Hex | 21 | 8D | 7A | 4D | 0 | D | 2D | A9 | 3E | 22 |
| Octal | 41 | 215 | 172 | 115 | 0 | 15 | 55 | 251 | 76 | 42 |
| Binary | 100001 | 10001101 | 1111010 | 1001101 | 0 | 1101 | 101101 | 10101001 | 111110 | 100010 |
Color Harmonies of #218D7A
Complementary color
Monochromatic Colors of #218D7A
Black with #218D7A
Text Example
Text Example
White with #218D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D7A; }
p { color: rgb(33,141,122); }
H1.HeaderClassName
{
color: #218D7A;
}
.AnyTagClassName
{
color: #218D7A;
}
</style>
background-color css
<style>
a { background-color: #218D7A; }
a { background-color: rgb(33,141,122); }
div.DivClassName
{
background-color: #218D7A;
}
.BgClassName
{
background-color: #218D7A;
}
</style>
border-color css
<style>
span { border-color: #218D7A; }
span { border-color: rgb(33,141,122); }
td.TdClassName
{
border-color: #218D7A;
}
.TagClassName
{
border-color: #218D7A;
}
</style>