Shades of Elf Green #21926F
Tints of Elf Green #21926F
RGB
CMYK
RGB Variations
Color information
#21926F (or 0x21926F) is known color: Elf Green. HEX triplet: 21, 92 and 6F. RGB value is (33,146,111). Sum of RGB (Red+Green+Blue) = 33+146+111=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 146 (57.42% from 255 or 50.34% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 146 - color contains mainly: green. Hex color #21926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21926F is #DE6D90. Grayscale: #6C6C6C. Windows color (decimal): -14577041 or 7311905. OLE color: 7311905.
HSL color Cylindrical-coordinate representation of color #21926F: hue angle of 161.42º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21926F is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 111 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.43 |
| HSL | 161.42º | 0.63% | 0.35% | - |
| HSV(B) | 161.42º | 0.77% | 0.57% | - |
| XYZ | 13.78 | 22.03 | 18.56 | - |
| YUV | 108.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 111 | 0.77 | 0 | 0.24 | 0.43 | 161.42 | 0.63 | 0.35 |
| Hex | 21 | 92 | 6F | 4D | 0 | 18 | 2B | A1 | 3F | 23 |
| Octal | 41 | 222 | 157 | 115 | 0 | 30 | 53 | 241 | 77 | 43 |
| Binary | 100001 | 10010010 | 1101111 | 1001101 | 0 | 11000 | 101011 | 10100001 | 111111 | 100011 |
Color Harmonies of #21926F
Complementary color
Monochromatic Colors of #21926F
Black with #21926F
Text Example
Text Example
White with #21926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21926F; }
p { color: rgb(33,146,111); }
H1.HeaderClassName
{
color: #21926F;
}
.AnyTagClassName
{
color: #21926F;
}
</style>
background-color css
<style>
a { background-color: #21926F; }
a { background-color: rgb(33,146,111); }
div.DivClassName
{
background-color: #21926F;
}
.BgClassName
{
background-color: #21926F;
}
</style>
border-color css
<style>
span { border-color: #21926F; }
span { border-color: rgb(33,146,111); }
td.TdClassName
{
border-color: #21926F;
}
.TagClassName
{
border-color: #21926F;
}
</style>