Shades of Elf Green #229077
Tints of Elf Green #229077
RGB
CMYK
RGB Variations
Color information
#229077 (or 0x229077) is known color: Elf Green. HEX triplet: 22, 90 and 77. RGB value is (34,144,119). Sum of RGB (Red+Green+Blue) = 34+144+119=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #229077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229077 is #DD6F88. Grayscale: #6C6C6C. Windows color (decimal): -14512009 or 7835682. OLE color: 7835682.
HSL color Cylindrical-coordinate representation of color #229077: hue angle of 166.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #229077 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 119 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.44 |
| HSL | 166.36º | 0.62% | 0.35% | - |
| HSV(B) | 166.36º | 0.76% | 0.56% | - |
| XYZ | 13.96 | 21.62 | 20.89 | - |
| YUV | 108.26 | 134.06 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 119 | 0.76 | 0 | 0.17 | 0.44 | 166.36 | 0.62 | 0.35 |
| Hex | 22 | 90 | 77 | 4C | 0 | 11 | 2C | A6 | 3E | 23 |
| Octal | 42 | 220 | 167 | 114 | 0 | 21 | 54 | 246 | 76 | 43 |
| Binary | 100010 | 10010000 | 1110111 | 1001100 | 0 | 10001 | 101100 | 10100110 | 111110 | 100011 |
Color Harmonies of #229077
Complementary color
Monochromatic Colors of #229077
Black with #229077
Text Example
Text Example
White with #229077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229077; }
p { color: rgb(34,144,119); }
H1.HeaderClassName
{
color: #229077;
}
.AnyTagClassName
{
color: #229077;
}
</style>
background-color css
<style>
a { background-color: #229077; }
a { background-color: rgb(34,144,119); }
div.DivClassName
{
background-color: #229077;
}
.BgClassName
{
background-color: #229077;
}
</style>
border-color css
<style>
span { border-color: #229077; }
span { border-color: rgb(34,144,119); }
td.TdClassName
{
border-color: #229077;
}
.TagClassName
{
border-color: #229077;
}
</style>