Shades of Elf Green #229572
Tints of Elf Green #229572
RGB
CMYK
RGB Variations
Color information
#229572 (or 0x229572) is known color: Elf Green. HEX triplet: 22, 95 and 72. RGB value is (34,149,114). Sum of RGB (Red+Green+Blue) = 34+149+114=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #229572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229572 is #DD6A8D. Grayscale: #6E6E6E. Windows color (decimal): -14510734 or 7509282. OLE color: 7509282.
HSL color Cylindrical-coordinate representation of color #229572: hue angle of 161.74º 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 #229572 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 114 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.42 |
| HSL | 161.74º | 0.63% | 0.36% | - |
| HSV(B) | 161.74º | 0.77% | 0.58% | - |
| XYZ | 14.44 | 23.05 | 19.61 | - |
| YUV | 110.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 114 | 0.77 | 0 | 0.23 | 0.42 | 161.74 | 0.63 | 0.36 |
| Hex | 22 | 95 | 72 | 4D | 0 | 17 | 2A | A2 | 3F | 24 |
| Octal | 42 | 225 | 162 | 115 | 0 | 27 | 52 | 242 | 77 | 44 |
| Binary | 100010 | 10010101 | 1110010 | 1001101 | 0 | 10111 | 101010 | 10100010 | 111111 | 100100 |
Color Harmonies of #229572
Complementary color
Monochromatic Colors of #229572
Black with #229572
Text Example
Text Example
White with #229572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229572; }
p { color: rgb(34,149,114); }
H1.HeaderClassName
{
color: #229572;
}
.AnyTagClassName
{
color: #229572;
}
</style>
background-color css
<style>
a { background-color: #229572; }
a { background-color: rgb(34,149,114); }
div.DivClassName
{
background-color: #229572;
}
.BgClassName
{
background-color: #229572;
}
</style>
border-color css
<style>
span { border-color: #229572; }
span { border-color: rgb(34,149,114); }
td.TdClassName
{
border-color: #229572;
}
.TagClassName
{
border-color: #229572;
}
</style>