Shades of Elf Green #219261
Tints of Elf Green #219261
RGB
CMYK
RGB Variations
Color information
#219261 (or 0x219261) is known color: Elf Green. HEX triplet: 21, 92 and 61. RGB value is (33,146,97). Sum of RGB (Red+Green+Blue) = 33+146+97=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #219261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219261 is #DE6D9E. Grayscale: #6A6A6A. Windows color (decimal): -14577055 or 6394401. OLE color: 6394401.
HSL color Cylindrical-coordinate representation of color #219261: hue angle of 153.98º 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 #219261 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 97 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.43 |
| HSL | 153.98º | 0.63% | 0.35% | - |
| HSV(B) | 153.98º | 0.77% | 0.57% | - |
| XYZ | 13.06 | 21.74 | 14.82 | - |
| YUV | 106.63 | 122.56 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 97 | 0.77 | 0 | 0.34 | 0.43 | 153.98 | 0.63 | 0.35 |
| Hex | 21 | 92 | 61 | 4D | 0 | 22 | 2B | 9A | 3F | 23 |
| Octal | 41 | 222 | 141 | 115 | 0 | 42 | 53 | 232 | 77 | 43 |
| Binary | 100001 | 10010010 | 1100001 | 1001101 | 0 | 100010 | 101011 | 10011010 | 111111 | 100011 |
Color Harmonies of #219261
Complementary color
Monochromatic Colors of #219261
Black with #219261
Text Example
Text Example
White with #219261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219261; }
p { color: rgb(33,146,97); }
H1.HeaderClassName
{
color: #219261;
}
.AnyTagClassName
{
color: #219261;
}
</style>
background-color css
<style>
a { background-color: #219261; }
a { background-color: rgb(33,146,97); }
div.DivClassName
{
background-color: #219261;
}
.BgClassName
{
background-color: #219261;
}
</style>
border-color css
<style>
span { border-color: #219261; }
span { border-color: rgb(33,146,97); }
td.TdClassName
{
border-color: #219261;
}
.TagClassName
{
border-color: #219261;
}
</style>