Shades of Elf Green #21996C
Tints of Elf Green #21996C
RGB
CMYK
RGB Variations
Color information
#21996C (or 0x21996C) is known color: Elf Green. HEX triplet: 21, 99 and 6C. RGB value is (33,153,108). Sum of RGB (Red+Green+Blue) = 33+153+108=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #21996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21996C is #DE6693. Grayscale: #707070. Windows color (decimal): -14575252 or 7117089. OLE color: 7117089.
HSL color Cylindrical-coordinate representation of color #21996C: hue angle of 157.5º 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 #21996C is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 108 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.4 |
| HSL | 157.5º | 0.65% | 0.36% | - |
| HSV(B) | 157.5º | 0.78% | 0.6% | - |
| XYZ | 14.73 | 24.19 | 18.08 | - |
| YUV | 111.99 | 125.74 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 108 | 0.78 | 0 | 0.29 | 0.4 | 157.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 6C | 4E | 0 | 1D | 28 | 9E | 41 | 24 |
| Octal | 41 | 231 | 154 | 116 | 0 | 35 | 50 | 236 | 101 | 44 |
| Binary | 100001 | 10011001 | 1101100 | 1001110 | 0 | 11101 | 101000 | 10011110 | 1000001 | 100100 |
Color Harmonies of #21996C
Complementary color
Monochromatic Colors of #21996C
Black with #21996C
Text Example
Text Example
White with #21996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21996C; }
p { color: rgb(33,153,108); }
H1.HeaderClassName
{
color: #21996C;
}
.AnyTagClassName
{
color: #21996C;
}
</style>
background-color css
<style>
a { background-color: #21996C; }
a { background-color: rgb(33,153,108); }
div.DivClassName
{
background-color: #21996C;
}
.BgClassName
{
background-color: #21996C;
}
</style>
border-color css
<style>
span { border-color: #21996C; }
span { border-color: rgb(33,153,108); }
td.TdClassName
{
border-color: #21996C;
}
.TagClassName
{
border-color: #21996C;
}
</style>