Shades of Elf Green #218262
Tints of Elf Green #218262
RGB
CMYK
RGB Variations
Color information
#218262 (or 0x218262) is known color: Elf Green. HEX triplet: 21, 82 and 62. RGB value is (33,130,98). Sum of RGB (Red+Green+Blue) = 33+130+98=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #218262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218262 is #DE7D9D. Grayscale: #616161. Windows color (decimal): -14581150 or 6455841. OLE color: 6455841.
HSL color Cylindrical-coordinate representation of color #218262: hue angle of 160.21º 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 #218262 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 98 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.49 |
| HSL | 160.21º | 0.6% | 0.32% | - |
| HSV(B) | 160.21º | 0.75% | 0.51% | - |
| XYZ | 10.81 | 17.17 | 14.3 | - |
| YUV | 97.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 98 | 0.75 | 0 | 0.25 | 0.49 | 160.21 | 0.6 | 0.32 |
| Hex | 21 | 82 | 62 | 4B | 0 | 19 | 31 | A0 | 3C | 20 |
| Octal | 41 | 202 | 142 | 113 | 0 | 31 | 61 | 240 | 74 | 40 |
| Binary | 100001 | 10000010 | 1100010 | 1001011 | 0 | 11001 | 110001 | 10100000 | 111100 | 100000 |
Color Harmonies of #218262
Complementary color
Monochromatic Colors of #218262
Black with #218262
Text Example
Text Example
White with #218262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218262; }
p { color: rgb(33,130,98); }
H1.HeaderClassName
{
color: #218262;
}
.AnyTagClassName
{
color: #218262;
}
</style>
background-color css
<style>
a { background-color: #218262; }
a { background-color: rgb(33,130,98); }
div.DivClassName
{
background-color: #218262;
}
.BgClassName
{
background-color: #218262;
}
</style>
border-color css
<style>
span { border-color: #218262; }
span { border-color: rgb(33,130,98); }
td.TdClassName
{
border-color: #218262;
}
.TagClassName
{
border-color: #218262;
}
</style>