Shades of Elf Green #219471
Tints of Elf Green #219471
RGB
CMYK
RGB Variations
Color information
#219471 (or 0x219471) is known color: Elf Green. HEX triplet: 21, 94 and 71. RGB value is (33,148,113). Sum of RGB (Red+Green+Blue) = 33+148+113=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #219471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219471 is #DE6B8E. Grayscale: #6D6D6D. Windows color (decimal): -14576527 or 7443489. OLE color: 7443489.
HSL color Cylindrical-coordinate representation of color #219471: hue angle of 161.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219471 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 113 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.42 |
| HSL | 161.74º | 0.64% | 0.35% | - |
| HSV(B) | 161.74º | 0.78% | 0.58% | - |
| XYZ | 14.2 | 22.7 | 19.26 | - |
| YUV | 109.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 113 | 0.78 | 0 | 0.24 | 0.42 | 161.74 | 0.64 | 0.35 |
| Hex | 21 | 94 | 71 | 4E | 0 | 18 | 2A | A2 | 40 | 23 |
| Octal | 41 | 224 | 161 | 116 | 0 | 30 | 52 | 242 | 100 | 43 |
| Binary | 100001 | 10010100 | 1110001 | 1001110 | 0 | 11000 | 101010 | 10100010 | 1000000 | 100011 |
Color Harmonies of #219471
Complementary color
Monochromatic Colors of #219471
Black with #219471
Text Example
Text Example
White with #219471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219471; }
p { color: rgb(33,148,113); }
H1.HeaderClassName
{
color: #219471;
}
.AnyTagClassName
{
color: #219471;
}
</style>
background-color css
<style>
a { background-color: #219471; }
a { background-color: rgb(33,148,113); }
div.DivClassName
{
background-color: #219471;
}
.BgClassName
{
background-color: #219471;
}
</style>
border-color css
<style>
span { border-color: #219471; }
span { border-color: rgb(33,148,113); }
td.TdClassName
{
border-color: #219471;
}
.TagClassName
{
border-color: #219471;
}
</style>