Shades of Elf Green #228D7A
Tints of Elf Green #228D7A
RGB
CMYK
RGB Variations
Color information
#228D7A (or 0x228D7A) is known color: Elf Green. HEX triplet: 22, 8D and 7A. RGB value is (34,141,122). Sum of RGB (Red+Green+Blue) = 34+141+122=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #228D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228D7A is #DD7285. Grayscale: #6A6A6A. Windows color (decimal): -14512774 or 8031522. OLE color: 8031522.
HSL color Cylindrical-coordinate representation of color #228D7A: hue angle of 169.35º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228D7A is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 141 | 122 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.45 |
| HSL | 169.35º | 0.61% | 0.34% | - |
| HSV(B) | 169.35º | 0.76% | 0.55% | - |
| XYZ | 13.7 | 20.79 | 21.7 | - |
| YUV | 106.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 122 | 0.76 | 0 | 0.13 | 0.45 | 169.35 | 0.61 | 0.34 |
| Hex | 22 | 8D | 7A | 4C | 0 | D | 2D | A9 | 3D | 22 |
| Octal | 42 | 215 | 172 | 114 | 0 | 15 | 55 | 251 | 75 | 42 |
| Binary | 100010 | 10001101 | 1111010 | 1001100 | 0 | 1101 | 101101 | 10101001 | 111101 | 100010 |
Color Harmonies of #228D7A
Complementary color
Monochromatic Colors of #228D7A
Black with #228D7A
Text Example
Text Example
White with #228D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228D7A; }
p { color: rgb(34,141,122); }
H1.HeaderClassName
{
color: #228D7A;
}
.AnyTagClassName
{
color: #228D7A;
}
</style>
background-color css
<style>
a { background-color: #228D7A; }
a { background-color: rgb(34,141,122); }
div.DivClassName
{
background-color: #228D7A;
}
.BgClassName
{
background-color: #228D7A;
}
</style>
border-color css
<style>
span { border-color: #228D7A; }
span { border-color: rgb(34,141,122); }
td.TdClassName
{
border-color: #228D7A;
}
.TagClassName
{
border-color: #228D7A;
}
</style>