Shades of Elf Green #228D6E
Tints of Elf Green #228D6E
RGB
CMYK
RGB Variations
Color information
#228D6E (or 0x228D6E) is known color: Elf Green. HEX triplet: 22, 8D and 6E. RGB value is (34,141,110). Sum of RGB (Red+Green+Blue) = 34+141+110=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #228D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228D6E is #DD7291. Grayscale: #696969. Windows color (decimal): -14512786 or 7245090. OLE color: 7245090.
HSL color Cylindrical-coordinate representation of color #228D6E: hue angle of 162.62º 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 #228D6E is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 141 | 110 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.45 |
| HSL | 162.62º | 0.61% | 0.34% | - |
| HSV(B) | 162.62º | 0.76% | 0.55% | - |
| XYZ | 13 | 20.52 | 18.03 | - |
| YUV | 105.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 110 | 0.76 | 0 | 0.22 | 0.45 | 162.62 | 0.61 | 0.34 |
| Hex | 22 | 8D | 6E | 4C | 0 | 16 | 2D | A3 | 3D | 22 |
| Octal | 42 | 215 | 156 | 114 | 0 | 26 | 55 | 243 | 75 | 42 |
| Binary | 100010 | 10001101 | 1101110 | 1001100 | 0 | 10110 | 101101 | 10100011 | 111101 | 100010 |
Color Harmonies of #228D6E
Complementary color
Monochromatic Colors of #228D6E
Black with #228D6E
Text Example
Text Example
White with #228D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228D6E; }
p { color: rgb(34,141,110); }
H1.HeaderClassName
{
color: #228D6E;
}
.AnyTagClassName
{
color: #228D6E;
}
</style>
background-color css
<style>
a { background-color: #228D6E; }
a { background-color: rgb(34,141,110); }
div.DivClassName
{
background-color: #228D6E;
}
.BgClassName
{
background-color: #228D6E;
}
</style>
border-color css
<style>
span { border-color: #228D6E; }
span { border-color: rgb(34,141,110); }
td.TdClassName
{
border-color: #228D6E;
}
.TagClassName
{
border-color: #228D6E;
}
</style>