Shades of Elf Green #228462
Tints of Elf Green #228462
RGB
CMYK
RGB Variations
Color information
#228462 (or 0x228462) is known color: Elf Green. HEX triplet: 22, 84 and 62. RGB value is (34,132,98). Sum of RGB (Red+Green+Blue) = 34+132+98=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #228462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228462 is #DD7B9D. Grayscale: #626262. Windows color (decimal): -14515102 or 6456354. OLE color: 6456354.
HSL color Cylindrical-coordinate representation of color #228462: hue angle of 159.18º 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 #228462 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 132 | 98 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.48 |
| HSL | 159.18º | 0.59% | 0.33% | - |
| HSV(B) | 159.18º | 0.74% | 0.52% | - |
| XYZ | 11.12 | 17.72 | 14.39 | - |
| YUV | 98.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 132 | 98 | 0.74 | 0 | 0.26 | 0.48 | 159.18 | 0.59 | 0.33 |
| Hex | 22 | 84 | 62 | 4A | 0 | 1A | 30 | 9F | 3B | 21 |
| Octal | 42 | 204 | 142 | 112 | 0 | 32 | 60 | 237 | 73 | 41 |
| Binary | 100010 | 10000100 | 1100010 | 1001010 | 0 | 11010 | 110000 | 10011111 | 111011 | 100001 |
Color Harmonies of #228462
Complementary color
Monochromatic Colors of #228462
Black with #228462
Text Example
Text Example
White with #228462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228462; }
p { color: rgb(34,132,98); }
H1.HeaderClassName
{
color: #228462;
}
.AnyTagClassName
{
color: #228462;
}
</style>
background-color css
<style>
a { background-color: #228462; }
a { background-color: rgb(34,132,98); }
div.DivClassName
{
background-color: #228462;
}
.BgClassName
{
background-color: #228462;
}
</style>
border-color css
<style>
span { border-color: #228462; }
span { border-color: rgb(34,132,98); }
td.TdClassName
{
border-color: #228462;
}
.TagClassName
{
border-color: #228462;
}
</style>