Shades of Elf Green #228E6E
Tints of Elf Green #228E6E
RGB
CMYK
RGB Variations
Color information
#228E6E (or 0x228E6E) is known color: Elf Green. HEX triplet: 22, 8E and 6E. RGB value is (34,142,110). Sum of RGB (Red+Green+Blue) = 34+142+110=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #228E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228E6E is #DD7191. Grayscale: #6A6A6A. Windows color (decimal): -14512530 or 7245346. OLE color: 7245346.
HSL color Cylindrical-coordinate representation of color #228E6E: hue angle of 162.22º 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 #228E6E is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 142 | 110 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.44 |
| HSL | 162.22º | 0.61% | 0.35% | - |
| HSV(B) | 162.22º | 0.76% | 0.56% | - |
| XYZ | 13.15 | 20.81 | 18.08 | - |
| YUV | 106.06 | 130.22 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 110 | 0.76 | 0 | 0.23 | 0.44 | 162.22 | 0.61 | 0.35 |
| Hex | 22 | 8E | 6E | 4C | 0 | 17 | 2C | A2 | 3D | 23 |
| Octal | 42 | 216 | 156 | 114 | 0 | 27 | 54 | 242 | 75 | 43 |
| Binary | 100010 | 10001110 | 1101110 | 1001100 | 0 | 10111 | 101100 | 10100010 | 111101 | 100011 |
Color Harmonies of #228E6E
Complementary color
Monochromatic Colors of #228E6E
Black with #228E6E
Text Example
Text Example
White with #228E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228E6E; }
p { color: rgb(34,142,110); }
H1.HeaderClassName
{
color: #228E6E;
}
.AnyTagClassName
{
color: #228E6E;
}
</style>
background-color css
<style>
a { background-color: #228E6E; }
a { background-color: rgb(34,142,110); }
div.DivClassName
{
background-color: #228E6E;
}
.BgClassName
{
background-color: #228E6E;
}
</style>
border-color css
<style>
span { border-color: #228E6E; }
span { border-color: rgb(34,142,110); }
td.TdClassName
{
border-color: #228E6E;
}
.TagClassName
{
border-color: #228E6E;
}
</style>