Shades of Elf Green #21946C
Tints of Elf Green #21946C
RGB
CMYK
RGB Variations
Color information
#21946C (or 0x21946C) is known color: Elf Green. HEX triplet: 21, 94 and 6C. RGB value is (33,148,108). Sum of RGB (Red+Green+Blue) = 33+148+108=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #21946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21946C is #DE6B93. Grayscale: #6D6D6D. Windows color (decimal): -14576532 or 7115809. OLE color: 7115809.
HSL color Cylindrical-coordinate representation of color #21946C: hue angle of 159.13º 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 #21946C is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 108 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.42 |
| HSL | 159.13º | 0.64% | 0.35% | - |
| HSV(B) | 159.13º | 0.78% | 0.58% | - |
| XYZ | 13.92 | 22.59 | 17.81 | - |
| YUV | 109.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 108 | 0.78 | 0 | 0.27 | 0.42 | 159.13 | 0.64 | 0.35 |
| Hex | 21 | 94 | 6C | 4E | 0 | 1B | 2A | 9F | 40 | 23 |
| Octal | 41 | 224 | 154 | 116 | 0 | 33 | 52 | 237 | 100 | 43 |
| Binary | 100001 | 10010100 | 1101100 | 1001110 | 0 | 11011 | 101010 | 10011111 | 1000000 | 100011 |
Color Harmonies of #21946C
Complementary color
Monochromatic Colors of #21946C
Black with #21946C
Text Example
Text Example
White with #21946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21946C; }
p { color: rgb(33,148,108); }
H1.HeaderClassName
{
color: #21946C;
}
.AnyTagClassName
{
color: #21946C;
}
</style>
background-color css
<style>
a { background-color: #21946C; }
a { background-color: rgb(33,148,108); }
div.DivClassName
{
background-color: #21946C;
}
.BgClassName
{
background-color: #21946C;
}
</style>
border-color css
<style>
span { border-color: #21946C; }
span { border-color: rgb(33,148,108); }
td.TdClassName
{
border-color: #21946C;
}
.TagClassName
{
border-color: #21946C;
}
</style>