Shades of Elf Green #218A62
Tints of Elf Green #218A62
RGB
CMYK
RGB Variations
Color information
#218A62 (or 0x218A62) is known color: Elf Green. HEX triplet: 21, 8A and 62. RGB value is (33,138,98). Sum of RGB (Red+Green+Blue) = 33+138+98=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #218A62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218A62 is #DE759D. Grayscale: #666666. Windows color (decimal): -14579102 or 6457889. OLE color: 6457889.
HSL color Cylindrical-coordinate representation of color #218A62: hue angle of 157.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218A62 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 98 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.46 |
| HSL | 157.14º | 0.61% | 0.34% | - |
| HSV(B) | 157.14º | 0.76% | 0.54% | - |
| XYZ | 11.92 | 19.38 | 14.67 | - |
| YUV | 102.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 98 | 0.76 | 0 | 0.29 | 0.46 | 157.14 | 0.61 | 0.34 |
| Hex | 21 | 8A | 62 | 4C | 0 | 1D | 2E | 9D | 3D | 22 |
| Octal | 41 | 212 | 142 | 114 | 0 | 35 | 56 | 235 | 75 | 42 |
| Binary | 100001 | 10001010 | 1100010 | 1001100 | 0 | 11101 | 101110 | 10011101 | 111101 | 100010 |
Color Harmonies of #218A62
Complementary color
Monochromatic Colors of #218A62
Black with #218A62
Text Example
Text Example
White with #218A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A62; }
p { color: rgb(33,138,98); }
H1.HeaderClassName
{
color: #218A62;
}
.AnyTagClassName
{
color: #218A62;
}
</style>
background-color css
<style>
a { background-color: #218A62; }
a { background-color: rgb(33,138,98); }
div.DivClassName
{
background-color: #218A62;
}
.BgClassName
{
background-color: #218A62;
}
</style>
border-color css
<style>
span { border-color: #218A62; }
span { border-color: rgb(33,138,98); }
td.TdClassName
{
border-color: #218A62;
}
.TagClassName
{
border-color: #218A62;
}
</style>