Shades of Elf Green #21977C
Tints of Elf Green #21977C
RGB
CMYK
RGB Variations
Color information
#21977C (or 0x21977C) is known color: Elf Green. HEX triplet: 21, 97 and 7C. RGB value is (33,151,124). Sum of RGB (Red+Green+Blue) = 33+151+124=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #21977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21977C is #DE6883. Grayscale: #707070. Windows color (decimal): -14575748 or 8165153. OLE color: 8165153.
HSL color Cylindrical-coordinate representation of color #21977C: hue angle of 166.27º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21977C is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 151 | 124 | - |
| CMYK | 0.78 | 0 | 0.18 | 0.41 |
| HSL | 166.27º | 0.64% | 0.36% | - |
| HSV(B) | 166.27º | 0.78% | 0.59% | - |
| XYZ | 15.33 | 23.91 | 22.88 | - |
| YUV | 112.64 | 134.41 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 124 | 0.78 | 0 | 0.18 | 0.41 | 166.27 | 0.64 | 0.36 |
| Hex | 21 | 97 | 7C | 4E | 0 | 12 | 29 | A6 | 40 | 24 |
| Octal | 41 | 227 | 174 | 116 | 0 | 22 | 51 | 246 | 100 | 44 |
| Binary | 100001 | 10010111 | 1111100 | 1001110 | 0 | 10010 | 101001 | 10100110 | 1000000 | 100100 |
Color Harmonies of #21977C
Complementary color
Monochromatic Colors of #21977C
Black with #21977C
Text Example
Text Example
White with #21977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21977C; }
p { color: rgb(33,151,124); }
H1.HeaderClassName
{
color: #21977C;
}
.AnyTagClassName
{
color: #21977C;
}
</style>
background-color css
<style>
a { background-color: #21977C; }
a { background-color: rgb(33,151,124); }
div.DivClassName
{
background-color: #21977C;
}
.BgClassName
{
background-color: #21977C;
}
</style>
border-color css
<style>
span { border-color: #21977C; }
span { border-color: rgb(33,151,124); }
td.TdClassName
{
border-color: #21977C;
}
.TagClassName
{
border-color: #21977C;
}
</style>