Shades of Elf Green #218874
Tints of Elf Green #218874
RGB
CMYK
RGB Variations
Color information
#218874 (or 0x218874) is known color: Elf Green. HEX triplet: 21, 88 and 74. RGB value is (33,136,116). Sum of RGB (Red+Green+Blue) = 33+136+116=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #218874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218874 is #DE778B. Grayscale: #666666. Windows color (decimal): -14579596 or 7637025. OLE color: 7637025.
HSL color Cylindrical-coordinate representation of color #218874: hue angle of 168.35º 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 #218874 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 116 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.47 |
| HSL | 168.35º | 0.61% | 0.33% | - |
| HSV(B) | 168.35º | 0.76% | 0.53% | - |
| XYZ | 12.58 | 19.19 | 19.56 | - |
| YUV | 102.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 116 | 0.76 | 0 | 0.15 | 0.47 | 168.35 | 0.61 | 0.33 |
| Hex | 21 | 88 | 74 | 4C | 0 | F | 2F | A8 | 3D | 21 |
| Octal | 41 | 210 | 164 | 114 | 0 | 17 | 57 | 250 | 75 | 41 |
| Binary | 100001 | 10001000 | 1110100 | 1001100 | 0 | 1111 | 101111 | 10101000 | 111101 | 100001 |
Color Harmonies of #218874
Complementary color
Monochromatic Colors of #218874
Black with #218874
Text Example
Text Example
White with #218874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218874; }
p { color: rgb(33,136,116); }
H1.HeaderClassName
{
color: #218874;
}
.AnyTagClassName
{
color: #218874;
}
</style>
background-color css
<style>
a { background-color: #218874; }
a { background-color: rgb(33,136,116); }
div.DivClassName
{
background-color: #218874;
}
.BgClassName
{
background-color: #218874;
}
</style>
border-color css
<style>
span { border-color: #218874; }
span { border-color: rgb(33,136,116); }
td.TdClassName
{
border-color: #218874;
}
.TagClassName
{
border-color: #218874;
}
</style>