Shades of Elf Green #229570
Tints of Elf Green #229570
RGB
CMYK
RGB Variations
Color information
#229570 (or 0x229570) is known color: Elf Green. HEX triplet: 22, 95 and 70. RGB value is (34,149,112). Sum of RGB (Red+Green+Blue) = 34+149+112=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #229570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229570 is #DD6A8F. Grayscale: #6E6E6E. Windows color (decimal): -14510736 or 7378210. OLE color: 7378210.
HSL color Cylindrical-coordinate representation of color #229570: hue angle of 160.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229570 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 112 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.42 |
| HSL | 160.7º | 0.63% | 0.36% | - |
| HSV(B) | 160.7º | 0.77% | 0.58% | - |
| XYZ | 14.33 | 23 | 19.01 | - |
| YUV | 110.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 112 | 0.77 | 0 | 0.25 | 0.42 | 160.7 | 0.63 | 0.36 |
| Hex | 22 | 95 | 70 | 4D | 0 | 19 | 2A | A1 | 3F | 24 |
| Octal | 42 | 225 | 160 | 115 | 0 | 31 | 52 | 241 | 77 | 44 |
| Binary | 100010 | 10010101 | 1110000 | 1001101 | 0 | 11001 | 101010 | 10100001 | 111111 | 100100 |
Color Harmonies of #229570
Complementary color
Monochromatic Colors of #229570
Black with #229570
Text Example
Text Example
White with #229570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229570; }
p { color: rgb(34,149,112); }
H1.HeaderClassName
{
color: #229570;
}
.AnyTagClassName
{
color: #229570;
}
</style>
background-color css
<style>
a { background-color: #229570; }
a { background-color: rgb(34,149,112); }
div.DivClassName
{
background-color: #229570;
}
.BgClassName
{
background-color: #229570;
}
</style>
border-color css
<style>
span { border-color: #229570; }
span { border-color: rgb(34,149,112); }
td.TdClassName
{
border-color: #229570;
}
.TagClassName
{
border-color: #229570;
}
</style>