Shades of Elf Green #21947C
Tints of Elf Green #21947C
RGB
CMYK
RGB Variations
Color information
#21947C (or 0x21947C) is known color: Elf Green. HEX triplet: 21, 94 and 7C. RGB value is (33,148,124). Sum of RGB (Red+Green+Blue) = 33+148+124=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #21947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21947C is #DE6B83. Grayscale: #6E6E6E. Windows color (decimal): -14576516 or 8164385. OLE color: 8164385.
HSL color Cylindrical-coordinate representation of color #21947C: hue angle of 167.48º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21947C is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 124 | - |
| CMYK | 0.78 | 0 | 0.16 | 0.42 |
| HSL | 167.48º | 0.64% | 0.35% | - |
| HSV(B) | 167.48º | 0.78% | 0.58% | - |
| XYZ | 14.86 | 22.96 | 22.72 | - |
| YUV | 110.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 124 | 0.78 | 0 | 0.16 | 0.42 | 167.48 | 0.64 | 0.35 |
| Hex | 21 | 94 | 7C | 4E | 0 | 10 | 2A | A7 | 40 | 23 |
| Octal | 41 | 224 | 174 | 116 | 0 | 20 | 52 | 247 | 100 | 43 |
| Binary | 100001 | 10010100 | 1111100 | 1001110 | 0 | 10000 | 101010 | 10100111 | 1000000 | 100011 |
Color Harmonies of #21947C
Complementary color
Monochromatic Colors of #21947C
Black with #21947C
Text Example
Text Example
White with #21947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21947C; }
p { color: rgb(33,148,124); }
H1.HeaderClassName
{
color: #21947C;
}
.AnyTagClassName
{
color: #21947C;
}
</style>
background-color css
<style>
a { background-color: #21947C; }
a { background-color: rgb(33,148,124); }
div.DivClassName
{
background-color: #21947C;
}
.BgClassName
{
background-color: #21947C;
}
</style>
border-color css
<style>
span { border-color: #21947C; }
span { border-color: rgb(33,148,124); }
td.TdClassName
{
border-color: #21947C;
}
.TagClassName
{
border-color: #21947C;
}
</style>