Shades of Elf Green #218761
Tints of Elf Green #218761
RGB
CMYK
RGB Variations
Color information
#218761 (or 0x218761) is known color: Elf Green. HEX triplet: 21, 87 and 61. RGB value is (33,135,97). Sum of RGB (Red+Green+Blue) = 33+135+97=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #218761 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218761 is #DE789E. Grayscale: #646464. Windows color (decimal): -14579871 or 6391585. OLE color: 6391585.
HSL color Cylindrical-coordinate representation of color #218761: hue angle of 157.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218761 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 97 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.47 |
| HSL | 157.65º | 0.61% | 0.33% | - |
| HSV(B) | 157.65º | 0.76% | 0.53% | - |
| XYZ | 11.45 | 18.51 | 14.28 | - |
| YUV | 100.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 97 | 0.76 | 0 | 0.28 | 0.47 | 157.65 | 0.61 | 0.33 |
| Hex | 21 | 87 | 61 | 4C | 0 | 1C | 2F | 9E | 3D | 21 |
| Octal | 41 | 207 | 141 | 114 | 0 | 34 | 57 | 236 | 75 | 41 |
| Binary | 100001 | 10000111 | 1100001 | 1001100 | 0 | 11100 | 101111 | 10011110 | 111101 | 100001 |
Color Harmonies of #218761
Complementary color
Monochromatic Colors of #218761
Black with #218761
Text Example
Text Example
White with #218761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218761; }
p { color: rgb(33,135,97); }
H1.HeaderClassName
{
color: #218761;
}
.AnyTagClassName
{
color: #218761;
}
</style>
background-color css
<style>
a { background-color: #218761; }
a { background-color: rgb(33,135,97); }
div.DivClassName
{
background-color: #218761;
}
.BgClassName
{
background-color: #218761;
}
</style>
border-color css
<style>
span { border-color: #218761; }
span { border-color: rgb(33,135,97); }
td.TdClassName
{
border-color: #218761;
}
.TagClassName
{
border-color: #218761;
}
</style>