Shades of Elf Green #218B6F
Tints of Elf Green #218B6F
RGB
CMYK
RGB Variations
Color information
#218B6F (or 0x218B6F) is known color: Elf Green. HEX triplet: 21, 8B and 6F. RGB value is (33,139,111). Sum of RGB (Red+Green+Blue) = 33+139+111=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #218B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218B6F is #DE7490. Grayscale: #686868. Windows color (decimal): -14578833 or 7310113. OLE color: 7310113.
HSL color Cylindrical-coordinate representation of color #218B6F: hue angle of 164.15º 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 #218B6F is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 139 | 111 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.45 |
| HSL | 164.15º | 0.62% | 0.34% | - |
| HSV(B) | 164.15º | 0.76% | 0.55% | - |
| XYZ | 12.73 | 19.94 | 18.22 | - |
| YUV | 104.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 139 | 111 | 0.76 | 0 | 0.20 | 0.45 | 164.15 | 0.62 | 0.34 |
| Hex | 21 | 8B | 6F | 4C | 0 | 14 | 2D | A4 | 3E | 22 |
| Octal | 41 | 213 | 157 | 114 | 0 | 24 | 55 | 244 | 76 | 42 |
| Binary | 100001 | 10001011 | 1101111 | 1001100 | 0 | 10100 | 101101 | 10100100 | 111110 | 100010 |
Color Harmonies of #218B6F
Complementary color
Monochromatic Colors of #218B6F
Black with #218B6F
Text Example
Text Example
White with #218B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218B6F; }
p { color: rgb(33,139,111); }
H1.HeaderClassName
{
color: #218B6F;
}
.AnyTagClassName
{
color: #218B6F;
}
</style>
background-color css
<style>
a { background-color: #218B6F; }
a { background-color: rgb(33,139,111); }
div.DivClassName
{
background-color: #218B6F;
}
.BgClassName
{
background-color: #218B6F;
}
</style>
border-color css
<style>
span { border-color: #218B6F; }
span { border-color: rgb(33,139,111); }
td.TdClassName
{
border-color: #218B6F;
}
.TagClassName
{
border-color: #218B6F;
}
</style>