Shades of Elf Green #218468
Tints of Elf Green #218468
RGB
CMYK
RGB Variations
Color information
#218468 (or 0x218468) is known color: Elf Green. HEX triplet: 21, 84 and 68. RGB value is (33,132,104). Sum of RGB (Red+Green+Blue) = 33+132+104=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #218468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #218468 is #DE7B97. Grayscale: #636363. Windows color (decimal): -14580632 or 6849569. OLE color: 6849569.
HSL color Cylindrical-coordinate representation of color #218468: hue angle of 163.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218468 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 132 | 104 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.48 |
| HSL | 163.03º | 0.6% | 0.32% | - |
| HSV(B) | 163.03º | 0.75% | 0.52% | - |
| XYZ | 11.38 | 17.83 | 15.94 | - |
| YUV | 99.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 104 | 0.75 | 0 | 0.21 | 0.48 | 163.03 | 0.6 | 0.32 |
| Hex | 21 | 84 | 68 | 4B | 0 | 15 | 30 | A3 | 3C | 20 |
| Octal | 41 | 204 | 150 | 113 | 0 | 25 | 60 | 243 | 74 | 40 |
| Binary | 100001 | 10000100 | 1101000 | 1001011 | 0 | 10101 | 110000 | 10100011 | 111100 | 100000 |
Color Harmonies of #218468
Complementary color
Monochromatic Colors of #218468
Black with #218468
Text Example
Text Example
White with #218468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218468; }
p { color: rgb(33,132,104); }
H1.HeaderClassName
{
color: #218468;
}
.AnyTagClassName
{
color: #218468;
}
</style>
background-color css
<style>
a { background-color: #218468; }
a { background-color: rgb(33,132,104); }
div.DivClassName
{
background-color: #218468;
}
.BgClassName
{
background-color: #218468;
}
</style>
border-color css
<style>
span { border-color: #218468; }
span { border-color: rgb(33,132,104); }
td.TdClassName
{
border-color: #218468;
}
.TagClassName
{
border-color: #218468;
}
</style>