Shades of Elf Green #229575
Tints of Elf Green #229575
RGB
CMYK
RGB Variations
Color information
#229575 (or 0x229575) is known color: Elf Green. HEX triplet: 22, 95 and 75. RGB value is (34,149,117). Sum of RGB (Red+Green+Blue) = 34+149+117=300 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #229575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229575 is #DD6A8A. Grayscale: #6E6E6E. Windows color (decimal): -14510731 or 7705890. OLE color: 7705890.
HSL color Cylindrical-coordinate representation of color #229575: hue angle of 163.3º 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 #229575 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 117 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.42 |
| HSL | 163.3º | 0.63% | 0.36% | - |
| HSV(B) | 163.3º | 0.77% | 0.58% | - |
| XYZ | 14.62 | 23.12 | 20.52 | - |
| YUV | 110.97 | 131.4 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 117 | 0.77 | 0 | 0.21 | 0.42 | 163.3 | 0.63 | 0.36 |
| Hex | 22 | 95 | 75 | 4D | 0 | 15 | 2A | A3 | 3F | 24 |
| Octal | 42 | 225 | 165 | 115 | 0 | 25 | 52 | 243 | 77 | 44 |
| Binary | 100010 | 10010101 | 1110101 | 1001101 | 0 | 10101 | 101010 | 10100011 | 111111 | 100100 |
Color Harmonies of #229575
Complementary color
Monochromatic Colors of #229575
Black with #229575
Text Example
Text Example
White with #229575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229575; }
p { color: rgb(34,149,117); }
H1.HeaderClassName
{
color: #229575;
}
.AnyTagClassName
{
color: #229575;
}
</style>
background-color css
<style>
a { background-color: #229575; }
a { background-color: rgb(34,149,117); }
div.DivClassName
{
background-color: #229575;
}
.BgClassName
{
background-color: #229575;
}
</style>
border-color css
<style>
span { border-color: #229575; }
span { border-color: rgb(34,149,117); }
td.TdClassName
{
border-color: #229575;
}
.TagClassName
{
border-color: #229575;
}
</style>