Shades of Elf Green #218C7A
Tints of Elf Green #218C7A
RGB
CMYK
RGB Variations
Color information
#218C7A (or 0x218C7A) is known color: Elf Green. HEX triplet: 21, 8C and 7A. RGB value is (33,140,122). Sum of RGB (Red+Green+Blue) = 33+140+122=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #218C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218C7A is #DE7385. Grayscale: #696969. Windows color (decimal): -14578566 or 8031265. OLE color: 8031265.
HSL color Cylindrical-coordinate representation of color #218C7A: hue angle of 169.91º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C7A is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 122 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.45 |
| HSL | 169.91º | 0.62% | 0.34% | - |
| HSV(B) | 169.91º | 0.76% | 0.55% | - |
| XYZ | 13.52 | 20.48 | 21.65 | - |
| YUV | 105.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 122 | 0.76 | 0 | 0.13 | 0.45 | 169.91 | 0.62 | 0.34 |
| Hex | 21 | 8C | 7A | 4C | 0 | D | 2D | AA | 3E | 22 |
| Octal | 41 | 214 | 172 | 114 | 0 | 15 | 55 | 252 | 76 | 42 |
| Binary | 100001 | 10001100 | 1111010 | 1001100 | 0 | 1101 | 101101 | 10101010 | 111110 | 100010 |
Color Harmonies of #218C7A
Complementary color
Monochromatic Colors of #218C7A
Black with #218C7A
Text Example
Text Example
White with #218C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C7A; }
p { color: rgb(33,140,122); }
H1.HeaderClassName
{
color: #218C7A;
}
.AnyTagClassName
{
color: #218C7A;
}
</style>
background-color css
<style>
a { background-color: #218C7A; }
a { background-color: rgb(33,140,122); }
div.DivClassName
{
background-color: #218C7A;
}
.BgClassName
{
background-color: #218C7A;
}
</style>
border-color css
<style>
span { border-color: #218C7A; }
span { border-color: rgb(33,140,122); }
td.TdClassName
{
border-color: #218C7A;
}
.TagClassName
{
border-color: #218C7A;
}
</style>