Shades of Elf Green #228E7B
Tints of Elf Green #228E7B
RGB
CMYK
RGB Variations
Color information
#228E7B (or 0x228E7B) is known color: Elf Green. HEX triplet: 22, 8E and 7B. RGB value is (34,142,123). Sum of RGB (Red+Green+Blue) = 34+142+123=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #228E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228E7B is #DD7184. Grayscale: #6B6B6B. Windows color (decimal): -14512517 or 8097314. OLE color: 8097314.
HSL color Cylindrical-coordinate representation of color #228E7B: hue angle of 169.44º degrees, saturation: 0.61, 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 #228E7B is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 142 | 123 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.44 |
| HSL | 169.44º | 0.61% | 0.35% | - |
| HSV(B) | 169.44º | 0.76% | 0.56% | - |
| XYZ | 13.91 | 21.12 | 22.08 | - |
| YUV | 107.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 123 | 0.76 | 0 | 0.13 | 0.44 | 169.44 | 0.61 | 0.35 |
| Hex | 22 | 8E | 7B | 4C | 0 | D | 2C | A9 | 3D | 23 |
| Octal | 42 | 216 | 173 | 114 | 0 | 15 | 54 | 251 | 75 | 43 |
| Binary | 100010 | 10001110 | 1111011 | 1001100 | 0 | 1101 | 101100 | 10101001 | 111101 | 100011 |
Color Harmonies of #228E7B
Complementary color
Monochromatic Colors of #228E7B
Black with #228E7B
Text Example
Text Example
White with #228E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228E7B; }
p { color: rgb(34,142,123); }
H1.HeaderClassName
{
color: #228E7B;
}
.AnyTagClassName
{
color: #228E7B;
}
</style>
background-color css
<style>
a { background-color: #228E7B; }
a { background-color: rgb(34,142,123); }
div.DivClassName
{
background-color: #228E7B;
}
.BgClassName
{
background-color: #228E7B;
}
</style>
border-color css
<style>
span { border-color: #228E7B; }
span { border-color: rgb(34,142,123); }
td.TdClassName
{
border-color: #228E7B;
}
.TagClassName
{
border-color: #228E7B;
}
</style>