Shades of Elf Green #21926C
Tints of Elf Green #21926C
RGB
CMYK
RGB Variations
Color information
#21926C (or 0x21926C) is known color: Elf Green. HEX triplet: 21, 92 and 6C. RGB value is (33,146,108). Sum of RGB (Red+Green+Blue) = 33+146+108=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #21926C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21926C is #DE6D93. Grayscale: #6B6B6B. Windows color (decimal): -14577044 or 7115297. OLE color: 7115297.
HSL color Cylindrical-coordinate representation of color #21926C: hue angle of 159.82º 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 #21926C is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 108 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.43 |
| HSL | 159.82º | 0.63% | 0.35% | - |
| HSV(B) | 159.82º | 0.77% | 0.57% | - |
| XYZ | 13.61 | 21.96 | 17.71 | - |
| YUV | 107.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 108 | 0.77 | 0 | 0.26 | 0.43 | 159.82 | 0.63 | 0.35 |
| Hex | 21 | 92 | 6C | 4D | 0 | 1A | 2B | A0 | 3F | 23 |
| Octal | 41 | 222 | 154 | 115 | 0 | 32 | 53 | 240 | 77 | 43 |
| Binary | 100001 | 10010010 | 1101100 | 1001101 | 0 | 11010 | 101011 | 10100000 | 111111 | 100011 |
Color Harmonies of #21926C
Complementary color
Monochromatic Colors of #21926C
Black with #21926C
Text Example
Text Example
White with #21926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21926C; }
p { color: rgb(33,146,108); }
H1.HeaderClassName
{
color: #21926C;
}
.AnyTagClassName
{
color: #21926C;
}
</style>
background-color css
<style>
a { background-color: #21926C; }
a { background-color: rgb(33,146,108); }
div.DivClassName
{
background-color: #21926C;
}
.BgClassName
{
background-color: #21926C;
}
</style>
border-color css
<style>
span { border-color: #21926C; }
span { border-color: rgb(33,146,108); }
td.TdClassName
{
border-color: #21926C;
}
.TagClassName
{
border-color: #21926C;
}
</style>