Shades of Elf Green #218F65
Tints of Elf Green #218F65
RGB
CMYK
RGB Variations
Color information
#218F65 (or 0x218F65) is known color: Elf Green. HEX triplet: 21, 8F and 65. RGB value is (33,143,101). Sum of RGB (Red+Green+Blue) = 33+143+101=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #218F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218F65 is #DE709A. Grayscale: #696969. Windows color (decimal): -14577819 or 6655777. OLE color: 6655777.
HSL color Cylindrical-coordinate representation of color #218F65: hue angle of 157.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218F65 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 101 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.44 |
| HSL | 157.09º | 0.63% | 0.35% | - |
| HSV(B) | 157.09º | 0.77% | 0.56% | - |
| XYZ | 12.8 | 20.91 | 15.67 | - |
| YUV | 105.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 101 | 0.77 | 0 | 0.29 | 0.44 | 157.09 | 0.63 | 0.35 |
| Hex | 21 | 8F | 65 | 4D | 0 | 1D | 2C | 9D | 3E | 23 |
| Octal | 41 | 217 | 145 | 115 | 0 | 35 | 54 | 235 | 76 | 43 |
| Binary | 100001 | 10001111 | 1100101 | 1001101 | 0 | 11101 | 101100 | 10011101 | 111110 | 100011 |
Color Harmonies of #218F65
Complementary color
Monochromatic Colors of #218F65
Black with #218F65
Text Example
Text Example
White with #218F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F65; }
p { color: rgb(33,143,101); }
H1.HeaderClassName
{
color: #218F65;
}
.AnyTagClassName
{
color: #218F65;
}
</style>
background-color css
<style>
a { background-color: #218F65; }
a { background-color: rgb(33,143,101); }
div.DivClassName
{
background-color: #218F65;
}
.BgClassName
{
background-color: #218F65;
}
</style>
border-color css
<style>
span { border-color: #218F65; }
span { border-color: rgb(33,143,101); }
td.TdClassName
{
border-color: #218F65;
}
.TagClassName
{
border-color: #218F65;
}
</style>