Shades of Elf Green #228D7B
Tints of Elf Green #228D7B
RGB
CMYK
RGB Variations
Color information
#228D7B (or 0x228D7B) is known color: Elf Green. HEX triplet: 22, 8D and 7B. RGB value is (34,141,123). Sum of RGB (Red+Green+Blue) = 34+141+123=298 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.41% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #228D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228D7B is #DD7284. Grayscale: #6A6A6A. Windows color (decimal): -14512773 or 8097058. OLE color: 8097058.
HSL color Cylindrical-coordinate representation of color #228D7B: hue angle of 169.91º 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 #228D7B is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 141 | 123 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.45 |
| HSL | 169.91º | 0.61% | 0.34% | - |
| HSV(B) | 169.91º | 0.76% | 0.55% | - |
| XYZ | 13.76 | 20.82 | 22.03 | - |
| YUV | 106.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 123 | 0.76 | 0 | 0.13 | 0.45 | 169.91 | 0.61 | 0.34 |
| Hex | 22 | 8D | 7B | 4C | 0 | D | 2D | AA | 3D | 22 |
| Octal | 42 | 215 | 173 | 114 | 0 | 15 | 55 | 252 | 75 | 42 |
| Binary | 100010 | 10001101 | 1111011 | 1001100 | 0 | 1101 | 101101 | 10101010 | 111101 | 100010 |
Color Harmonies of #228D7B
Complementary color
Monochromatic Colors of #228D7B
Black with #228D7B
Text Example
Text Example
White with #228D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228D7B; }
p { color: rgb(34,141,123); }
H1.HeaderClassName
{
color: #228D7B;
}
.AnyTagClassName
{
color: #228D7B;
}
</style>
background-color css
<style>
a { background-color: #228D7B; }
a { background-color: rgb(34,141,123); }
div.DivClassName
{
background-color: #228D7B;
}
.BgClassName
{
background-color: #228D7B;
}
</style>
border-color css
<style>
span { border-color: #228D7B; }
span { border-color: rgb(34,141,123); }
td.TdClassName
{
border-color: #228D7B;
}
.TagClassName
{
border-color: #228D7B;
}
</style>