Shades of Elf Green #21947F
Tints of Elf Green #21947F
RGB
CMYK
RGB Variations
Color information
#21947F (or 0x21947F) is known color: Elf Green. HEX triplet: 21, 94 and 7F. RGB value is (33,148,127). Sum of RGB (Red+Green+Blue) = 33+148+127=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #21947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21947F is #DE6B80. Grayscale: #6F6F6F. Windows color (decimal): -14576513 or 8360993. OLE color: 8360993.
HSL color Cylindrical-coordinate representation of color #21947F: hue angle of 169.04º 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 #21947F is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 127 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.42 |
| HSL | 169.04º | 0.64% | 0.35% | - |
| HSV(B) | 169.04º | 0.78% | 0.58% | - |
| XYZ | 15.05 | 23.04 | 23.73 | - |
| YUV | 111.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 127 | 0.78 | 0 | 0.14 | 0.42 | 169.04 | 0.64 | 0.35 |
| Hex | 21 | 94 | 7F | 4E | 0 | E | 2A | A9 | 40 | 23 |
| Octal | 41 | 224 | 177 | 116 | 0 | 16 | 52 | 251 | 100 | 43 |
| Binary | 100001 | 10010100 | 1111111 | 1001110 | 0 | 1110 | 101010 | 10101001 | 1000000 | 100011 |
Color Harmonies of #21947F
Complementary color
Monochromatic Colors of #21947F
Black with #21947F
Text Example
Text Example
White with #21947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21947F; }
p { color: rgb(33,148,127); }
H1.HeaderClassName
{
color: #21947F;
}
.AnyTagClassName
{
color: #21947F;
}
</style>
background-color css
<style>
a { background-color: #21947F; }
a { background-color: rgb(33,148,127); }
div.DivClassName
{
background-color: #21947F;
}
.BgClassName
{
background-color: #21947F;
}
</style>
border-color css
<style>
span { border-color: #21947F; }
span { border-color: rgb(33,148,127); }
td.TdClassName
{
border-color: #21947F;
}
.TagClassName
{
border-color: #21947F;
}
</style>