Shades of Elf Green #218D7B
Tints of Elf Green #218D7B
RGB
CMYK
RGB Variations
Color information
#218D7B (or 0x218D7B) is known color: Elf Green. HEX triplet: 21, 8D and 7B. RGB value is (33,141,123). Sum of RGB (Red+Green+Blue) = 33+141+123=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #218D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218D7B is #DE7284. Grayscale: #6A6A6A. Windows color (decimal): -14578309 or 8097057. OLE color: 8097057.
HSL color Cylindrical-coordinate representation of color #218D7B: hue angle of 170º 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 #218D7B is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 123 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.45 |
| HSL | 170º | 0.62% | 0.34% | - |
| HSV(B) | 170º | 0.77% | 0.55% | - |
| XYZ | 13.73 | 20.8 | 22.03 | - |
| YUV | 106.66 | 137.22 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 123 | 0.77 | 0 | 0.13 | 0.45 | 170 | 0.62 | 0.34 |
| Hex | 21 | 8D | 7B | 4D | 0 | D | 2D | AA | 3E | 22 |
| Octal | 41 | 215 | 173 | 115 | 0 | 15 | 55 | 252 | 76 | 42 |
| Binary | 100001 | 10001101 | 1111011 | 1001101 | 0 | 1101 | 101101 | 10101010 | 111110 | 100010 |
Color Harmonies of #218D7B
Complementary color
Monochromatic Colors of #218D7B
Black with #218D7B
Text Example
Text Example
White with #218D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D7B; }
p { color: rgb(33,141,123); }
H1.HeaderClassName
{
color: #218D7B;
}
.AnyTagClassName
{
color: #218D7B;
}
</style>
background-color css
<style>
a { background-color: #218D7B; }
a { background-color: rgb(33,141,123); }
div.DivClassName
{
background-color: #218D7B;
}
.BgClassName
{
background-color: #218D7B;
}
</style>
border-color css
<style>
span { border-color: #218D7B; }
span { border-color: rgb(33,141,123); }
td.TdClassName
{
border-color: #218D7B;
}
.TagClassName
{
border-color: #218D7B;
}
</style>