Shades of Elf Green #228B76
Tints of Elf Green #228B76
RGB
CMYK
RGB Variations
Color information
#228B76 (or 0x228B76) is known color: Elf Green. HEX triplet: 22, 8B and 76. RGB value is (34,139,118). Sum of RGB (Red+Green+Blue) = 34+139+118=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #228B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228B76 is #DD7489. Grayscale: #696969. Windows color (decimal): -14513290 or 7768866. OLE color: 7768866.
HSL color Cylindrical-coordinate representation of color #228B76: hue angle of 168º 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 #228B76 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 139 | 118 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.45 |
| HSL | 168º | 0.61% | 0.34% | - |
| HSV(B) | 168º | 0.76% | 0.55% | - |
| XYZ | 13.16 | 20.11 | 20.33 | - |
| YUV | 105.21 | 135.21 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 118 | 0.76 | 0 | 0.15 | 0.45 | 168 | 0.61 | 0.34 |
| Hex | 22 | 8B | 76 | 4C | 0 | F | 2D | A8 | 3D | 22 |
| Octal | 42 | 213 | 166 | 114 | 0 | 17 | 55 | 250 | 75 | 42 |
| Binary | 100010 | 10001011 | 1110110 | 1001100 | 0 | 1111 | 101101 | 10101000 | 111101 | 100010 |
Color Harmonies of #228B76
Complementary color
Monochromatic Colors of #228B76
Black with #228B76
Text Example
Text Example
White with #228B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228B76; }
p { color: rgb(34,139,118); }
H1.HeaderClassName
{
color: #228B76;
}
.AnyTagClassName
{
color: #228B76;
}
</style>
background-color css
<style>
a { background-color: #228B76; }
a { background-color: rgb(34,139,118); }
div.DivClassName
{
background-color: #228B76;
}
.BgClassName
{
background-color: #228B76;
}
</style>
border-color css
<style>
span { border-color: #228B76; }
span { border-color: rgb(34,139,118); }
td.TdClassName
{
border-color: #228B76;
}
.TagClassName
{
border-color: #228B76;
}
</style>