Shades of Elf Green #21927E
Tints of Elf Green #21927E
RGB
CMYK
RGB Variations
Color information
#21927E (or 0x21927E) is known color: Elf Green. HEX triplet: 21, 92 and 7E. RGB value is (33,146,126). Sum of RGB (Red+Green+Blue) = 33+146+126=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #21927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21927E is #DE6D81. Grayscale: #6D6D6D. Windows color (decimal): -14577026 or 8294945. OLE color: 8294945.
HSL color Cylindrical-coordinate representation of color #21927E: hue angle of 169.38º 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 #21927E is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 126 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.43 |
| HSL | 169.38º | 0.63% | 0.35% | - |
| HSV(B) | 169.38º | 0.77% | 0.57% | - |
| XYZ | 14.67 | 22.39 | 23.29 | - |
| YUV | 109.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 126 | 0.77 | 0 | 0.14 | 0.43 | 169.38 | 0.63 | 0.35 |
| Hex | 21 | 92 | 7E | 4D | 0 | E | 2B | A9 | 3F | 23 |
| Octal | 41 | 222 | 176 | 115 | 0 | 16 | 53 | 251 | 77 | 43 |
| Binary | 100001 | 10010010 | 1111110 | 1001101 | 0 | 1110 | 101011 | 10101001 | 111111 | 100011 |
Color Harmonies of #21927E
Complementary color
Monochromatic Colors of #21927E
Black with #21927E
Text Example
Text Example
White with #21927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21927E; }
p { color: rgb(33,146,126); }
H1.HeaderClassName
{
color: #21927E;
}
.AnyTagClassName
{
color: #21927E;
}
</style>
background-color css
<style>
a { background-color: #21927E; }
a { background-color: rgb(33,146,126); }
div.DivClassName
{
background-color: #21927E;
}
.BgClassName
{
background-color: #21927E;
}
</style>
border-color css
<style>
span { border-color: #21927E; }
span { border-color: rgb(33,146,126); }
td.TdClassName
{
border-color: #21927E;
}
.TagClassName
{
border-color: #21927E;
}
</style>