Shades of Elf Green #219275
Tints of Elf Green #219275
RGB
CMYK
RGB Variations
Color information
#219275 (or 0x219275) is known color: Elf Green. HEX triplet: 21, 92 and 75. RGB value is (33,146,117). Sum of RGB (Red+Green+Blue) = 33+146+117=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #219275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219275 is #DE6D8A. Grayscale: #6C6C6C. Windows color (decimal): -14577035 or 7705121. OLE color: 7705121.
HSL color Cylindrical-coordinate representation of color #219275: hue angle of 164.6º 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 #219275 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 117 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.43 |
| HSL | 164.6º | 0.63% | 0.35% | - |
| HSV(B) | 164.6º | 0.77% | 0.57% | - |
| XYZ | 14.12 | 22.17 | 20.36 | - |
| YUV | 108.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 117 | 0.77 | 0 | 0.20 | 0.43 | 164.6 | 0.63 | 0.35 |
| Hex | 21 | 92 | 75 | 4D | 0 | 14 | 2B | A5 | 3F | 23 |
| Octal | 41 | 222 | 165 | 115 | 0 | 24 | 53 | 245 | 77 | 43 |
| Binary | 100001 | 10010010 | 1110101 | 1001101 | 0 | 10100 | 101011 | 10100101 | 111111 | 100011 |
Color Harmonies of #219275
Complementary color
Monochromatic Colors of #219275
Black with #219275
Text Example
Text Example
White with #219275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219275; }
p { color: rgb(33,146,117); }
H1.HeaderClassName
{
color: #219275;
}
.AnyTagClassName
{
color: #219275;
}
</style>
background-color css
<style>
a { background-color: #219275; }
a { background-color: rgb(33,146,117); }
div.DivClassName
{
background-color: #219275;
}
.BgClassName
{
background-color: #219275;
}
</style>
border-color css
<style>
span { border-color: #219275; }
span { border-color: rgb(33,146,117); }
td.TdClassName
{
border-color: #219275;
}
.TagClassName
{
border-color: #219275;
}
</style>