Shades of Elf Green #229063
Tints of Elf Green #229063
RGB
CMYK
RGB Variations
Color information
#229063 (or 0x229063) is known color: Elf Green. HEX triplet: 22, 90 and 63. RGB value is (34,144,99). Sum of RGB (Red+Green+Blue) = 34+144+99=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #229063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229063 is #DD6F9C. Grayscale: #6A6A6A. Windows color (decimal): -14512029 or 6524962. OLE color: 6524962.
HSL color Cylindrical-coordinate representation of color #229063: hue angle of 155.45º 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 #229063 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 99 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.44 |
| HSL | 155.45º | 0.62% | 0.35% | - |
| HSV(B) | 155.45º | 0.76% | 0.56% | - |
| XYZ | 12.89 | 21.19 | 15.21 | - |
| YUV | 105.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 99 | 0.76 | 0 | 0.31 | 0.44 | 155.45 | 0.62 | 0.35 |
| Hex | 22 | 90 | 63 | 4C | 0 | 1F | 2C | 9B | 3E | 23 |
| Octal | 42 | 220 | 143 | 114 | 0 | 37 | 54 | 233 | 76 | 43 |
| Binary | 100010 | 10010000 | 1100011 | 1001100 | 0 | 11111 | 101100 | 10011011 | 111110 | 100011 |
Color Harmonies of #229063
Complementary color
Monochromatic Colors of #229063
Black with #229063
Text Example
Text Example
White with #229063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229063; }
p { color: rgb(34,144,99); }
H1.HeaderClassName
{
color: #229063;
}
.AnyTagClassName
{
color: #229063;
}
</style>
background-color css
<style>
a { background-color: #229063; }
a { background-color: rgb(34,144,99); }
div.DivClassName
{
background-color: #229063;
}
.BgClassName
{
background-color: #229063;
}
</style>
border-color css
<style>
span { border-color: #229063; }
span { border-color: rgb(34,144,99); }
td.TdClassName
{
border-color: #229063;
}
.TagClassName
{
border-color: #229063;
}
</style>