Shades of Elf Green #219268
Tints of Elf Green #219268
RGB
CMYK
RGB Variations
Color information
#219268 (or 0x219268) is known color: Elf Green. HEX triplet: 21, 92 and 68. RGB value is (33,146,104). Sum of RGB (Red+Green+Blue) = 33+146+104=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #219268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219268 is #DE6D97. Grayscale: #6B6B6B. Windows color (decimal): -14577048 or 6853153. OLE color: 6853153.
HSL color Cylindrical-coordinate representation of color #219268: hue angle of 157.7º 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 #219268 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 104 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.43 |
| HSL | 157.7º | 0.63% | 0.35% | - |
| HSV(B) | 157.7º | 0.77% | 0.57% | - |
| XYZ | 13.4 | 21.88 | 16.61 | - |
| YUV | 107.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 104 | 0.77 | 0 | 0.29 | 0.43 | 157.7 | 0.63 | 0.35 |
| Hex | 21 | 92 | 68 | 4D | 0 | 1D | 2B | 9E | 3F | 23 |
| Octal | 41 | 222 | 150 | 115 | 0 | 35 | 53 | 236 | 77 | 43 |
| Binary | 100001 | 10010010 | 1101000 | 1001101 | 0 | 11101 | 101011 | 10011110 | 111111 | 100011 |
Color Harmonies of #219268
Complementary color
Monochromatic Colors of #219268
Black with #219268
Text Example
Text Example
White with #219268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219268; }
p { color: rgb(33,146,104); }
H1.HeaderClassName
{
color: #219268;
}
.AnyTagClassName
{
color: #219268;
}
</style>
background-color css
<style>
a { background-color: #219268; }
a { background-color: rgb(33,146,104); }
div.DivClassName
{
background-color: #219268;
}
.BgClassName
{
background-color: #219268;
}
</style>
border-color css
<style>
span { border-color: #219268; }
span { border-color: rgb(33,146,104); }
td.TdClassName
{
border-color: #219268;
}
.TagClassName
{
border-color: #219268;
}
</style>