Shades of Elf Green #21996D
Tints of Elf Green #21996D
RGB
CMYK
RGB Variations
Color information
#21996D (or 0x21996D) is known color: Elf Green. HEX triplet: 21, 99 and 6D. RGB value is (33,153,109). Sum of RGB (Red+Green+Blue) = 33+153+109=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #21996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21996D is #DE6692. Grayscale: #707070. Windows color (decimal): -14575251 or 7182625. OLE color: 7182625.
HSL color Cylindrical-coordinate representation of color #21996D: hue angle of 158º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21996D is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 109 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.4 |
| HSL | 158º | 0.65% | 0.36% | - |
| HSV(B) | 158º | 0.78% | 0.6% | - |
| XYZ | 14.78 | 24.21 | 18.36 | - |
| YUV | 112.1 | 126.24 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 109 | 0.78 | 0 | 0.29 | 0.4 | 158 | 0.65 | 0.36 |
| Hex | 21 | 99 | 6D | 4E | 0 | 1D | 28 | 9E | 41 | 24 |
| Octal | 41 | 231 | 155 | 116 | 0 | 35 | 50 | 236 | 101 | 44 |
| Binary | 100001 | 10011001 | 1101101 | 1001110 | 0 | 11101 | 101000 | 10011110 | 1000001 | 100100 |
Color Harmonies of #21996D
Complementary color
Monochromatic Colors of #21996D
Black with #21996D
Text Example
Text Example
White with #21996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21996D; }
p { color: rgb(33,153,109); }
H1.HeaderClassName
{
color: #21996D;
}
.AnyTagClassName
{
color: #21996D;
}
</style>
background-color css
<style>
a { background-color: #21996D; }
a { background-color: rgb(33,153,109); }
div.DivClassName
{
background-color: #21996D;
}
.BgClassName
{
background-color: #21996D;
}
</style>
border-color css
<style>
span { border-color: #21996D; }
span { border-color: rgb(33,153,109); }
td.TdClassName
{
border-color: #21996D;
}
.TagClassName
{
border-color: #21996D;
}
</style>