Shades of Elf Green #218C6D
Tints of Elf Green #218C6D
RGB
CMYK
RGB Variations
Color information
#218C6D (or 0x218C6D) is known color: Elf Green. HEX triplet: 21, 8C and 6D. RGB value is (33,140,109). Sum of RGB (Red+Green+Blue) = 33+140+109=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 140 (55.08% from 255 or 49.65% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 140 - color contains mainly: green. Hex color #218C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218C6D is #DE7392. Grayscale: #686868. Windows color (decimal): -14578579 or 7179297. OLE color: 7179297.
HSL color Cylindrical-coordinate representation of color #218C6D: hue angle of 162.62º 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 #218C6D is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 109 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.45 |
| HSL | 162.62º | 0.62% | 0.34% | - |
| HSV(B) | 162.62º | 0.76% | 0.55% | - |
| XYZ | 12.77 | 20.18 | 17.69 | - |
| YUV | 104.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 109 | 0.76 | 0 | 0.22 | 0.45 | 162.62 | 0.62 | 0.34 |
| Hex | 21 | 8C | 6D | 4C | 0 | 16 | 2D | A3 | 3E | 22 |
| Octal | 41 | 214 | 155 | 114 | 0 | 26 | 55 | 243 | 76 | 42 |
| Binary | 100001 | 10001100 | 1101101 | 1001100 | 0 | 10110 | 101101 | 10100011 | 111110 | 100010 |
Color Harmonies of #218C6D
Complementary color
Monochromatic Colors of #218C6D
Black with #218C6D
Text Example
Text Example
White with #218C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C6D; }
p { color: rgb(33,140,109); }
H1.HeaderClassName
{
color: #218C6D;
}
.AnyTagClassName
{
color: #218C6D;
}
</style>
background-color css
<style>
a { background-color: #218C6D; }
a { background-color: rgb(33,140,109); }
div.DivClassName
{
background-color: #218C6D;
}
.BgClassName
{
background-color: #218C6D;
}
</style>
border-color css
<style>
span { border-color: #218C6D; }
span { border-color: rgb(33,140,109); }
td.TdClassName
{
border-color: #218C6D;
}
.TagClassName
{
border-color: #218C6D;
}
</style>