Shades of Elf Green #219278
Tints of Elf Green #219278
RGB
CMYK
RGB Variations
Color information
#219278 (or 0x219278) is known color: Elf Green. HEX triplet: 21, 92 and 78. RGB value is (33,146,120). Sum of RGB (Red+Green+Blue) = 33+146+120=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #219278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219278 is #DE6D87. Grayscale: #6D6D6D. Windows color (decimal): -14577032 or 7901729. OLE color: 7901729.
HSL color Cylindrical-coordinate representation of color #219278: hue angle of 166.19º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219278 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 120 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.43 |
| HSL | 166.19º | 0.63% | 0.35% | - |
| HSV(B) | 166.19º | 0.77% | 0.57% | - |
| XYZ | 14.3 | 22.24 | 21.31 | - |
| YUV | 109.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 120 | 0.77 | 0 | 0.18 | 0.43 | 166.19 | 0.63 | 0.35 |
| Hex | 21 | 92 | 78 | 4D | 0 | 12 | 2B | A6 | 3F | 23 |
| Octal | 41 | 222 | 170 | 115 | 0 | 22 | 53 | 246 | 77 | 43 |
| Binary | 100001 | 10010010 | 1111000 | 1001101 | 0 | 10010 | 101011 | 10100110 | 111111 | 100011 |
Color Harmonies of #219278
Complementary color
Monochromatic Colors of #219278
Black with #219278
Text Example
Text Example
White with #219278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219278; }
p { color: rgb(33,146,120); }
H1.HeaderClassName
{
color: #219278;
}
.AnyTagClassName
{
color: #219278;
}
</style>
background-color css
<style>
a { background-color: #219278; }
a { background-color: rgb(33,146,120); }
div.DivClassName
{
background-color: #219278;
}
.BgClassName
{
background-color: #219278;
}
</style>
border-color css
<style>
span { border-color: #219278; }
span { border-color: rgb(33,146,120); }
td.TdClassName
{
border-color: #219278;
}
.TagClassName
{
border-color: #219278;
}
</style>