Shades of Elf Green #21916F
Tints of Elf Green #21916F
RGB
CMYK
RGB Variations
Color information
#21916F (or 0x21916F) is known color: Elf Green. HEX triplet: 21, 91 and 6F. RGB value is (33,145,111). Sum of RGB (Red+Green+Blue) = 33+145+111=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #21916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21916F is #DE6E90. Grayscale: #6B6B6B. Windows color (decimal): -14577297 or 7311649. OLE color: 7311649.
HSL color Cylindrical-coordinate representation of color #21916F: hue angle of 161.79º 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 #21916F is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 145 | 111 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.43 |
| HSL | 161.79º | 0.63% | 0.35% | - |
| HSV(B) | 161.79º | 0.77% | 0.57% | - |
| XYZ | 13.62 | 21.72 | 18.51 | - |
| YUV | 107.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 145 | 111 | 0.77 | 0 | 0.23 | 0.43 | 161.79 | 0.63 | 0.35 |
| Hex | 21 | 91 | 6F | 4D | 0 | 17 | 2B | A2 | 3F | 23 |
| Octal | 41 | 221 | 157 | 115 | 0 | 27 | 53 | 242 | 77 | 43 |
| Binary | 100001 | 10010001 | 1101111 | 1001101 | 0 | 10111 | 101011 | 10100010 | 111111 | 100011 |
Color Harmonies of #21916F
Complementary color
Monochromatic Colors of #21916F
Black with #21916F
Text Example
Text Example
White with #21916F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21916F; }
p { color: rgb(33,145,111); }
H1.HeaderClassName
{
color: #21916F;
}
.AnyTagClassName
{
color: #21916F;
}
</style>
background-color css
<style>
a { background-color: #21916F; }
a { background-color: rgb(33,145,111); }
div.DivClassName
{
background-color: #21916F;
}
.BgClassName
{
background-color: #21916F;
}
</style>
border-color css
<style>
span { border-color: #21916F; }
span { border-color: rgb(33,145,111); }
td.TdClassName
{
border-color: #21916F;
}
.TagClassName
{
border-color: #21916F;
}
</style>