Shades of Elf Green #228464
Tints of Elf Green #228464
RGB
CMYK
RGB Variations
Color information
#228464 (or 0x228464) is known color: Elf Green. HEX triplet: 22, 84 and 64. RGB value is (34,132,100). Sum of RGB (Red+Green+Blue) = 34+132+100=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #228464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228464 is #DD7B9B. Grayscale: #636363. Windows color (decimal): -14515100 or 6587426. OLE color: 6587426.
HSL color Cylindrical-coordinate representation of color #228464: hue angle of 160.41º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228464 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 132 | 100 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.48 |
| HSL | 160.41º | 0.59% | 0.33% | - |
| HSV(B) | 160.41º | 0.74% | 0.52% | - |
| XYZ | 11.21 | 17.76 | 14.89 | - |
| YUV | 99.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 132 | 100 | 0.74 | 0 | 0.24 | 0.48 | 160.41 | 0.59 | 0.33 |
| Hex | 22 | 84 | 64 | 4A | 0 | 18 | 30 | A0 | 3B | 21 |
| Octal | 42 | 204 | 144 | 112 | 0 | 30 | 60 | 240 | 73 | 41 |
| Binary | 100010 | 10000100 | 1100100 | 1001010 | 0 | 11000 | 110000 | 10100000 | 111011 | 100001 |
Color Harmonies of #228464
Complementary color
Monochromatic Colors of #228464
Black with #228464
Text Example
Text Example
White with #228464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228464; }
p { color: rgb(34,132,100); }
H1.HeaderClassName
{
color: #228464;
}
.AnyTagClassName
{
color: #228464;
}
</style>
background-color css
<style>
a { background-color: #228464; }
a { background-color: rgb(34,132,100); }
div.DivClassName
{
background-color: #228464;
}
.BgClassName
{
background-color: #228464;
}
</style>
border-color css
<style>
span { border-color: #228464; }
span { border-color: rgb(34,132,100); }
td.TdClassName
{
border-color: #228464;
}
.TagClassName
{
border-color: #228464;
}
</style>