Shades of Elf Green #229A73
Tints of Elf Green #229A73
RGB
CMYK
RGB Variations
Color information
#229A73 (or 0x229A73) is known color: Elf Green. HEX triplet: 22, 9A and 73. RGB value is (34,154,115). Sum of RGB (Red+Green+Blue) = 34+154+115=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #229A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229A73 is #DD658C. Grayscale: #717171. Windows color (decimal): -14509453 or 7576098. OLE color: 7576098.
HSL color Cylindrical-coordinate representation of color #229A73: hue angle of 160.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229A73 is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 154 | 115 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.40 |
| HSL | 160.5º | 0.64% | 0.37% | - |
| HSV(B) | 160.5º | 0.78% | 0.6% | - |
| XYZ | 15.31 | 24.69 | 20.18 | - |
| YUV | 113.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 115 | 0.78 | 0 | 0.25 | 0.40 | 160.5 | 0.64 | 0.37 |
| Hex | 22 | 9A | 73 | 4E | 0 | 19 | 28 | A0 | 40 | 25 |
| Octal | 42 | 232 | 163 | 116 | 0 | 31 | 50 | 240 | 100 | 45 |
| Binary | 100010 | 10011010 | 1110011 | 1001110 | 0 | 11001 | 101000 | 10100000 | 1000000 | 100101 |
Color Harmonies of #229A73
Complementary color
Monochromatic Colors of #229A73
Black with #229A73
Text Example
Text Example
White with #229A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A73; }
p { color: rgb(34,154,115); }
H1.HeaderClassName
{
color: #229A73;
}
.AnyTagClassName
{
color: #229A73;
}
</style>
background-color css
<style>
a { background-color: #229A73; }
a { background-color: rgb(34,154,115); }
div.DivClassName
{
background-color: #229A73;
}
.BgClassName
{
background-color: #229A73;
}
</style>
border-color css
<style>
span { border-color: #229A73; }
span { border-color: rgb(34,154,115); }
td.TdClassName
{
border-color: #229A73;
}
.TagClassName
{
border-color: #229A73;
}
</style>