Shades of Elf Green #21946F
Tints of Elf Green #21946F
RGB
CMYK
RGB Variations
Color information
#21946F (or 0x21946F) is known color: Elf Green. HEX triplet: 21, 94 and 6F. RGB value is (33,148,111). Sum of RGB (Red+Green+Blue) = 33+148+111=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #21946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21946F is #DE6B90. Grayscale: #6D6D6D. Windows color (decimal): -14576529 or 7312417. OLE color: 7312417.
HSL color Cylindrical-coordinate representation of color #21946F: hue angle of 160.7º 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 #21946F is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 111 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.42 |
| HSL | 160.7º | 0.64% | 0.35% | - |
| HSV(B) | 160.7º | 0.78% | 0.58% | - |
| XYZ | 14.09 | 22.65 | 18.67 | - |
| YUV | 109.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 111 | 0.78 | 0 | 0.25 | 0.42 | 160.7 | 0.64 | 0.35 |
| Hex | 21 | 94 | 6F | 4E | 0 | 19 | 2A | A1 | 40 | 23 |
| Octal | 41 | 224 | 157 | 116 | 0 | 31 | 52 | 241 | 100 | 43 |
| Binary | 100001 | 10010100 | 1101111 | 1001110 | 0 | 11001 | 101010 | 10100001 | 1000000 | 100011 |
Color Harmonies of #21946F
Complementary color
Monochromatic Colors of #21946F
Black with #21946F
Text Example
Text Example
White with #21946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21946F; }
p { color: rgb(33,148,111); }
H1.HeaderClassName
{
color: #21946F;
}
.AnyTagClassName
{
color: #21946F;
}
</style>
background-color css
<style>
a { background-color: #21946F; }
a { background-color: rgb(33,148,111); }
div.DivClassName
{
background-color: #21946F;
}
.BgClassName
{
background-color: #21946F;
}
</style>
border-color css
<style>
span { border-color: #21946F; }
span { border-color: rgb(33,148,111); }
td.TdClassName
{
border-color: #21946F;
}
.TagClassName
{
border-color: #21946F;
}
</style>