Shades of Elf Green #218266
Tints of Elf Green #218266
RGB
CMYK
RGB Variations
Color information
#218266 (or 0x218266) is known color: Elf Green. HEX triplet: 21, 82 and 66. RGB value is (33,130,102). Sum of RGB (Red+Green+Blue) = 33+130+102=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #218266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218266 is #DE7D99. Grayscale: #616161. Windows color (decimal): -14581146 or 6717985. OLE color: 6717985.
HSL color Cylindrical-coordinate representation of color #218266: hue angle of 162.68º 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 #218266 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 102 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.49 |
| HSL | 162.68º | 0.6% | 0.32% | - |
| HSV(B) | 162.68º | 0.75% | 0.51% | - |
| XYZ | 11.01 | 17.25 | 15.32 | - |
| YUV | 97.81 | 130.36 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 102 | 0.75 | 0 | 0.22 | 0.49 | 162.68 | 0.6 | 0.32 |
| Hex | 21 | 82 | 66 | 4B | 0 | 16 | 31 | A3 | 3C | 20 |
| Octal | 41 | 202 | 146 | 113 | 0 | 26 | 61 | 243 | 74 | 40 |
| Binary | 100001 | 10000010 | 1100110 | 1001011 | 0 | 10110 | 110001 | 10100011 | 111100 | 100000 |
Color Harmonies of #218266
Complementary color
Monochromatic Colors of #218266
Black with #218266
Text Example
Text Example
White with #218266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218266; }
p { color: rgb(33,130,102); }
H1.HeaderClassName
{
color: #218266;
}
.AnyTagClassName
{
color: #218266;
}
</style>
background-color css
<style>
a { background-color: #218266; }
a { background-color: rgb(33,130,102); }
div.DivClassName
{
background-color: #218266;
}
.BgClassName
{
background-color: #218266;
}
</style>
border-color css
<style>
span { border-color: #218266; }
span { border-color: rgb(33,130,102); }
td.TdClassName
{
border-color: #218266;
}
.TagClassName
{
border-color: #218266;
}
</style>