Shades of Elf Green #218C65
Tints of Elf Green #218C65
RGB
CMYK
RGB Variations
Color information
#218C65 (or 0x218C65) is known color: Elf Green. HEX triplet: 21, 8C and 65. RGB value is (33,140,101). Sum of RGB (Red+Green+Blue) = 33+140+101=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #218C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218C65 is #DE739A. Grayscale: #676767. Windows color (decimal): -14578587 or 6655009. OLE color: 6655009.
HSL color Cylindrical-coordinate representation of color #218C65: hue angle of 158.13º 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 #218C65 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 101 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.45 |
| HSL | 158.13º | 0.62% | 0.34% | - |
| HSV(B) | 158.13º | 0.76% | 0.55% | - |
| XYZ | 12.35 | 20.02 | 15.52 | - |
| YUV | 103.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 101 | 0.76 | 0 | 0.28 | 0.45 | 158.13 | 0.62 | 0.34 |
| Hex | 21 | 8C | 65 | 4C | 0 | 1C | 2D | 9E | 3E | 22 |
| Octal | 41 | 214 | 145 | 114 | 0 | 34 | 55 | 236 | 76 | 42 |
| Binary | 100001 | 10001100 | 1100101 | 1001100 | 0 | 11100 | 101101 | 10011110 | 111110 | 100010 |
Color Harmonies of #218C65
Complementary color
Monochromatic Colors of #218C65
Black with #218C65
Text Example
Text Example
White with #218C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C65; }
p { color: rgb(33,140,101); }
H1.HeaderClassName
{
color: #218C65;
}
.AnyTagClassName
{
color: #218C65;
}
</style>
background-color css
<style>
a { background-color: #218C65; }
a { background-color: rgb(33,140,101); }
div.DivClassName
{
background-color: #218C65;
}
.BgClassName
{
background-color: #218C65;
}
</style>
border-color css
<style>
span { border-color: #218C65; }
span { border-color: rgb(33,140,101); }
td.TdClassName
{
border-color: #218C65;
}
.TagClassName
{
border-color: #218C65;
}
</style>