Shades of Elf Green #219874
Tints of Elf Green #219874
RGB
CMYK
RGB Variations
Color information
#219874 (or 0x219874) is known color: Elf Green. HEX triplet: 21, 98 and 74. RGB value is (33,152,116). Sum of RGB (Red+Green+Blue) = 33+152+116=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #219874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219874 is #DE678B. Grayscale: #707070. Windows color (decimal): -14575500 or 7641121. OLE color: 7641121.
HSL color Cylindrical-coordinate representation of color #219874: hue angle of 161.85º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219874 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 116 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.40 |
| HSL | 161.85º | 0.64% | 0.36% | - |
| HSV(B) | 161.85º | 0.78% | 0.6% | - |
| XYZ | 15.01 | 24.04 | 20.37 | - |
| YUV | 112.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 116 | 0.78 | 0 | 0.24 | 0.40 | 161.85 | 0.64 | 0.36 |
| Hex | 21 | 98 | 74 | 4E | 0 | 18 | 28 | A2 | 40 | 24 |
| Octal | 41 | 230 | 164 | 116 | 0 | 30 | 50 | 242 | 100 | 44 |
| Binary | 100001 | 10011000 | 1110100 | 1001110 | 0 | 11000 | 101000 | 10100010 | 1000000 | 100100 |
Color Harmonies of #219874
Complementary color
Monochromatic Colors of #219874
Black with #219874
Text Example
Text Example
White with #219874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219874; }
p { color: rgb(33,152,116); }
H1.HeaderClassName
{
color: #219874;
}
.AnyTagClassName
{
color: #219874;
}
</style>
background-color css
<style>
a { background-color: #219874; }
a { background-color: rgb(33,152,116); }
div.DivClassName
{
background-color: #219874;
}
.BgClassName
{
background-color: #219874;
}
</style>
border-color css
<style>
span { border-color: #219874; }
span { border-color: rgb(33,152,116); }
td.TdClassName
{
border-color: #219874;
}
.TagClassName
{
border-color: #219874;
}
</style>