Shades of Elf Green #229372
Tints of Elf Green #229372
RGB
CMYK
RGB Variations
Color information
#229372 (or 0x229372) is known color: Elf Green. HEX triplet: 22, 93 and 72. RGB value is (34,147,114). Sum of RGB (Red+Green+Blue) = 34+147+114=295 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.53% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 147 - color contains mainly: green. Hex color #229372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #229372 is #DD6C8D. Grayscale: #6D6D6D. Windows color (decimal): -14511246 or 7508770. OLE color: 7508770.
HSL color Cylindrical-coordinate representation of color #229372: hue angle of 162.48º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229372 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 147 | 114 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.42 |
| HSL | 162.48º | 0.62% | 0.35% | - |
| HSV(B) | 162.48º | 0.77% | 0.58% | - |
| XYZ | 14.13 | 22.42 | 19.5 | - |
| YUV | 109.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 114 | 0.77 | 0 | 0.22 | 0.42 | 162.48 | 0.62 | 0.35 |
| Hex | 22 | 93 | 72 | 4D | 0 | 16 | 2A | A2 | 3E | 23 |
| Octal | 42 | 223 | 162 | 115 | 0 | 26 | 52 | 242 | 76 | 43 |
| Binary | 100010 | 10010011 | 1110010 | 1001101 | 0 | 10110 | 101010 | 10100010 | 111110 | 100011 |
Color Harmonies of #229372
Complementary color
Monochromatic Colors of #229372
Black with #229372
Text Example
Text Example
White with #229372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229372; }
p { color: rgb(34,147,114); }
H1.HeaderClassName
{
color: #229372;
}
.AnyTagClassName
{
color: #229372;
}
</style>
background-color css
<style>
a { background-color: #229372; }
a { background-color: rgb(34,147,114); }
div.DivClassName
{
background-color: #229372;
}
.BgClassName
{
background-color: #229372;
}
</style>
border-color css
<style>
span { border-color: #229372; }
span { border-color: rgb(34,147,114); }
td.TdClassName
{
border-color: #229372;
}
.TagClassName
{
border-color: #229372;
}
</style>