Shades of Elf Green #218967
Tints of Elf Green #218967
RGB
CMYK
RGB Variations
Color information
#218967 (or 0x218967) is known color: Elf Green. HEX triplet: 21, 89 and 67. RGB value is (33,137,103). Sum of RGB (Red+Green+Blue) = 33+137+103=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #218967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218967 is #DE7698. Grayscale: #666666. Windows color (decimal): -14579353 or 6785313. OLE color: 6785313.
HSL color Cylindrical-coordinate representation of color #218967: hue angle of 160.38º 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 #218967 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 137 | 103 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.46 |
| HSL | 160.38º | 0.61% | 0.33% | - |
| HSV(B) | 160.38º | 0.76% | 0.54% | - |
| XYZ | 12.02 | 19.19 | 15.9 | - |
| YUV | 102.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 137 | 103 | 0.76 | 0 | 0.25 | 0.46 | 160.38 | 0.61 | 0.33 |
| Hex | 21 | 89 | 67 | 4C | 0 | 19 | 2E | A0 | 3D | 21 |
| Octal | 41 | 211 | 147 | 114 | 0 | 31 | 56 | 240 | 75 | 41 |
| Binary | 100001 | 10001001 | 1100111 | 1001100 | 0 | 11001 | 101110 | 10100000 | 111101 | 100001 |
Color Harmonies of #218967
Complementary color
Monochromatic Colors of #218967
Black with #218967
Text Example
Text Example
White with #218967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218967; }
p { color: rgb(33,137,103); }
H1.HeaderClassName
{
color: #218967;
}
.AnyTagClassName
{
color: #218967;
}
</style>
background-color css
<style>
a { background-color: #218967; }
a { background-color: rgb(33,137,103); }
div.DivClassName
{
background-color: #218967;
}
.BgClassName
{
background-color: #218967;
}
</style>
border-color css
<style>
span { border-color: #218967; }
span { border-color: rgb(33,137,103); }
td.TdClassName
{
border-color: #218967;
}
.TagClassName
{
border-color: #218967;
}
</style>