Shades of Elf Green #218968
Tints of Elf Green #218968
RGB
CMYK
RGB Variations
Color information
#218968 (or 0x218968) is known color: Elf Green. HEX triplet: 21, 89 and 68. RGB value is (33,137,104). Sum of RGB (Red+Green+Blue) = 33+137+104=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #218968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218968 is #DE7697. Grayscale: #666666. Windows color (decimal): -14579352 or 6850849. OLE color: 6850849.
HSL color Cylindrical-coordinate representation of color #218968: hue angle of 160.96º 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 #218968 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 104 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.46 |
| HSL | 160.96º | 0.61% | 0.33% | - |
| HSV(B) | 160.96º | 0.76% | 0.54% | - |
| XYZ | 12.07 | 19.21 | 16.17 | - |
| YUV | 102.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 104 | 0.76 | 0 | 0.24 | 0.46 | 160.96 | 0.61 | 0.33 |
| Hex | 21 | 89 | 68 | 4C | 0 | 18 | 2E | A1 | 3D | 21 |
| Octal | 41 | 211 | 150 | 114 | 0 | 30 | 56 | 241 | 75 | 41 |
| Binary | 100001 | 10001001 | 1101000 | 1001100 | 0 | 11000 | 101110 | 10100001 | 111101 | 100001 |
Color Harmonies of #218968
Complementary color
Monochromatic Colors of #218968
Black with #218968
Text Example
Text Example
White with #218968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218968; }
p { color: rgb(33,137,104); }
H1.HeaderClassName
{
color: #218968;
}
.AnyTagClassName
{
color: #218968;
}
</style>
background-color css
<style>
a { background-color: #218968; }
a { background-color: rgb(33,137,104); }
div.DivClassName
{
background-color: #218968;
}
.BgClassName
{
background-color: #218968;
}
</style>
border-color css
<style>
span { border-color: #218968; }
span { border-color: rgb(33,137,104); }
td.TdClassName
{
border-color: #218968;
}
.TagClassName
{
border-color: #218968;
}
</style>