Shades of Elf Green #229075
Tints of Elf Green #229075
RGB
CMYK
RGB Variations
Color information
#229075 (or 0x229075) is known color: Elf Green. HEX triplet: 22, 90 and 75. RGB value is (34,144,117). Sum of RGB (Red+Green+Blue) = 34+144+117=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #229075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229075 is #DD6F8A. Grayscale: #6C6C6C. Windows color (decimal): -14512011 or 7704610. OLE color: 7704610.
HSL color Cylindrical-coordinate representation of color #229075: hue angle of 165.27º 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 #229075 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 117 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.44 |
| HSL | 165.27º | 0.62% | 0.35% | - |
| HSV(B) | 165.27º | 0.76% | 0.56% | - |
| XYZ | 13.84 | 21.57 | 20.26 | - |
| YUV | 108.03 | 133.06 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 117 | 0.76 | 0 | 0.19 | 0.44 | 165.27 | 0.62 | 0.35 |
| Hex | 22 | 90 | 75 | 4C | 0 | 13 | 2C | A5 | 3E | 23 |
| Octal | 42 | 220 | 165 | 114 | 0 | 23 | 54 | 245 | 76 | 43 |
| Binary | 100010 | 10010000 | 1110101 | 1001100 | 0 | 10011 | 101100 | 10100101 | 111110 | 100011 |
Color Harmonies of #229075
Complementary color
Monochromatic Colors of #229075
Black with #229075
Text Example
Text Example
White with #229075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229075; }
p { color: rgb(34,144,117); }
H1.HeaderClassName
{
color: #229075;
}
.AnyTagClassName
{
color: #229075;
}
</style>
background-color css
<style>
a { background-color: #229075; }
a { background-color: rgb(34,144,117); }
div.DivClassName
{
background-color: #229075;
}
.BgClassName
{
background-color: #229075;
}
</style>
border-color css
<style>
span { border-color: #229075; }
span { border-color: rgb(34,144,117); }
td.TdClassName
{
border-color: #229075;
}
.TagClassName
{
border-color: #229075;
}
</style>