Shades of Elf Green #229671
Tints of Elf Green #229671
RGB
CMYK
RGB Variations
Color information
#229671 (or 0x229671) is known color: Elf Green. HEX triplet: 22, 96 and 71. RGB value is (34,150,113). Sum of RGB (Red+Green+Blue) = 34+150+113=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #229671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229671 is #DD698E. Grayscale: #6F6F6F. Windows color (decimal): -14510479 or 7444002. OLE color: 7444002.
HSL color Cylindrical-coordinate representation of color #229671: hue angle of 160.86º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229671 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 150 | 113 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.41 |
| HSL | 160.86º | 0.63% | 0.36% | - |
| HSV(B) | 160.86º | 0.77% | 0.59% | - |
| XYZ | 14.55 | 23.35 | 19.36 | - |
| YUV | 111.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 113 | 0.77 | 0 | 0.25 | 0.41 | 160.86 | 0.63 | 0.36 |
| Hex | 22 | 96 | 71 | 4D | 0 | 19 | 29 | A1 | 3F | 24 |
| Octal | 42 | 226 | 161 | 115 | 0 | 31 | 51 | 241 | 77 | 44 |
| Binary | 100010 | 10010110 | 1110001 | 1001101 | 0 | 11001 | 101001 | 10100001 | 111111 | 100100 |
Color Harmonies of #229671
Complementary color
Monochromatic Colors of #229671
Black with #229671
Text Example
Text Example
White with #229671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229671; }
p { color: rgb(34,150,113); }
H1.HeaderClassName
{
color: #229671;
}
.AnyTagClassName
{
color: #229671;
}
</style>
background-color css
<style>
a { background-color: #229671; }
a { background-color: rgb(34,150,113); }
div.DivClassName
{
background-color: #229671;
}
.BgClassName
{
background-color: #229671;
}
</style>
border-color css
<style>
span { border-color: #229671; }
span { border-color: rgb(34,150,113); }
td.TdClassName
{
border-color: #229671;
}
.TagClassName
{
border-color: #229671;
}
</style>