Shades of Elf Green #218972
Tints of Elf Green #218972
RGB
CMYK
RGB Variations
Color information
#218972 (or 0x218972) is known color: Elf Green. HEX triplet: 21, 89 and 72. RGB value is (33,137,114). Sum of RGB (Red+Green+Blue) = 33+137+114=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 137 - color contains mainly: green. Hex color #218972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218972 is #DE768D. Grayscale: #676767. Windows color (decimal): -14579342 or 7506209. OLE color: 7506209.
HSL color Cylindrical-coordinate representation of color #218972: hue angle of 166.73º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218972 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 114 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.46 |
| HSL | 166.73º | 0.61% | 0.33% | - |
| HSV(B) | 166.73º | 0.76% | 0.54% | - |
| XYZ | 12.61 | 19.43 | 19.01 | - |
| YUV | 103.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 114 | 0.76 | 0 | 0.17 | 0.46 | 166.73 | 0.61 | 0.33 |
| Hex | 21 | 89 | 72 | 4C | 0 | 11 | 2E | A7 | 3D | 21 |
| Octal | 41 | 211 | 162 | 114 | 0 | 21 | 56 | 247 | 75 | 41 |
| Binary | 100001 | 10001001 | 1110010 | 1001100 | 0 | 10001 | 101110 | 10100111 | 111101 | 100001 |
Color Harmonies of #218972
Complementary color
Monochromatic Colors of #218972
Black with #218972
Text Example
Text Example
White with #218972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218972; }
p { color: rgb(33,137,114); }
H1.HeaderClassName
{
color: #218972;
}
.AnyTagClassName
{
color: #218972;
}
</style>
background-color css
<style>
a { background-color: #218972; }
a { background-color: rgb(33,137,114); }
div.DivClassName
{
background-color: #218972;
}
.BgClassName
{
background-color: #218972;
}
</style>
border-color css
<style>
span { border-color: #218972; }
span { border-color: rgb(33,137,114); }
td.TdClassName
{
border-color: #218972;
}
.TagClassName
{
border-color: #218972;
}
</style>