Shades of Elf Green #219272
Tints of Elf Green #219272
RGB
CMYK
RGB Variations
Color information
#219272 (or 0x219272) is known color: Elf Green. HEX triplet: 21, 92 and 72. RGB value is (33,146,114). Sum of RGB (Red+Green+Blue) = 33+146+114=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 114 (44.92% from 255 or 38.91% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #219272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219272 is #DE6D8D. Grayscale: #6C6C6C. Windows color (decimal): -14577038 or 7508513. OLE color: 7508513.
HSL color Cylindrical-coordinate representation of color #219272: hue angle of 163.01º 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 #219272 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 114 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.43 |
| HSL | 163.01º | 0.63% | 0.35% | - |
| HSV(B) | 163.01º | 0.77% | 0.57% | - |
| XYZ | 13.94 | 22.1 | 19.45 | - |
| YUV | 108.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 114 | 0.77 | 0 | 0.22 | 0.43 | 163.01 | 0.63 | 0.35 |
| Hex | 21 | 92 | 72 | 4D | 0 | 16 | 2B | A3 | 3F | 23 |
| Octal | 41 | 222 | 162 | 115 | 0 | 26 | 53 | 243 | 77 | 43 |
| Binary | 100001 | 10010010 | 1110010 | 1001101 | 0 | 10110 | 101011 | 10100011 | 111111 | 100011 |
Color Harmonies of #219272
Complementary color
Monochromatic Colors of #219272
Black with #219272
Text Example
Text Example
White with #219272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219272; }
p { color: rgb(33,146,114); }
H1.HeaderClassName
{
color: #219272;
}
.AnyTagClassName
{
color: #219272;
}
</style>
background-color css
<style>
a { background-color: #219272; }
a { background-color: rgb(33,146,114); }
div.DivClassName
{
background-color: #219272;
}
.BgClassName
{
background-color: #219272;
}
</style>
border-color css
<style>
span { border-color: #219272; }
span { border-color: rgb(33,146,114); }
td.TdClassName
{
border-color: #219272;
}
.TagClassName
{
border-color: #219272;
}
</style>