Shades of Elf Green #218271
Tints of Elf Green #218271
RGB
CMYK
RGB Variations
Color information
#218271 (or 0x218271) is known color: Elf Green. HEX triplet: 21, 82 and 71. RGB value is (33,130,113). Sum of RGB (Red+Green+Blue) = 33+130+113=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #218271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218271 is #DE7D8E. Grayscale: #636363. Windows color (decimal): -14581135 or 7438881. OLE color: 7438881.
HSL color Cylindrical-coordinate representation of color #218271: hue angle of 169.48º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218271 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 113 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.49 |
| HSL | 169.48º | 0.6% | 0.32% | - |
| HSV(B) | 169.48º | 0.75% | 0.51% | - |
| XYZ | 11.59 | 17.48 | 18.39 | - |
| YUV | 99.06 | 135.86 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 113 | 0.75 | 0 | 0.13 | 0.49 | 169.48 | 0.6 | 0.32 |
| Hex | 21 | 82 | 71 | 4B | 0 | D | 31 | A9 | 3C | 20 |
| Octal | 41 | 202 | 161 | 113 | 0 | 15 | 61 | 251 | 74 | 40 |
| Binary | 100001 | 10000010 | 1110001 | 1001011 | 0 | 1101 | 110001 | 10101001 | 111100 | 100000 |
Color Harmonies of #218271
Complementary color
Monochromatic Colors of #218271
Black with #218271
Text Example
Text Example
White with #218271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218271; }
p { color: rgb(33,130,113); }
H1.HeaderClassName
{
color: #218271;
}
.AnyTagClassName
{
color: #218271;
}
</style>
background-color css
<style>
a { background-color: #218271; }
a { background-color: rgb(33,130,113); }
div.DivClassName
{
background-color: #218271;
}
.BgClassName
{
background-color: #218271;
}
</style>
border-color css
<style>
span { border-color: #218271; }
span { border-color: rgb(33,130,113); }
td.TdClassName
{
border-color: #218271;
}
.TagClassName
{
border-color: #218271;
}
</style>