Shades of Elf Green #218A6C
Tints of Elf Green #218A6C
RGB
CMYK
RGB Variations
Color information
#218A6C (or 0x218A6C) is known color: Elf Green. HEX triplet: 21, 8A and 6C. RGB value is (33,138,108). Sum of RGB (Red+Green+Blue) = 33+138+108=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #218A6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218A6C is #DE7593. Grayscale: #676767. Windows color (decimal): -14579092 or 7113249. OLE color: 7113249.
HSL color Cylindrical-coordinate representation of color #218A6C: hue angle of 162.86º 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 #218A6C is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 138 | 108 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.46 |
| HSL | 162.86º | 0.61% | 0.34% | - |
| HSV(B) | 162.86º | 0.76% | 0.54% | - |
| XYZ | 12.42 | 19.58 | 17.31 | - |
| YUV | 103.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 108 | 0.76 | 0 | 0.22 | 0.46 | 162.86 | 0.61 | 0.34 |
| Hex | 21 | 8A | 6C | 4C | 0 | 16 | 2E | A3 | 3D | 22 |
| Octal | 41 | 212 | 154 | 114 | 0 | 26 | 56 | 243 | 75 | 42 |
| Binary | 100001 | 10001010 | 1101100 | 1001100 | 0 | 10110 | 101110 | 10100011 | 111101 | 100010 |
Color Harmonies of #218A6C
Complementary color
Monochromatic Colors of #218A6C
Black with #218A6C
Text Example
Text Example
White with #218A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218A6C; }
p { color: rgb(33,138,108); }
H1.HeaderClassName
{
color: #218A6C;
}
.AnyTagClassName
{
color: #218A6C;
}
</style>
background-color css
<style>
a { background-color: #218A6C; }
a { background-color: rgb(33,138,108); }
div.DivClassName
{
background-color: #218A6C;
}
.BgClassName
{
background-color: #218A6C;
}
</style>
border-color css
<style>
span { border-color: #218A6C; }
span { border-color: rgb(33,138,108); }
td.TdClassName
{
border-color: #218A6C;
}
.TagClassName
{
border-color: #218A6C;
}
</style>