Shades of Elf Green #228A72
Tints of Elf Green #228A72
RGB
CMYK
RGB Variations
Color information
#228A72 (or 0x228A72) is known color: Elf Green. HEX triplet: 22, 8A and 72. RGB value is (34,138,114). Sum of RGB (Red+Green+Blue) = 34+138+114=286 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.89% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #228A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228A72 is #DD758D. Grayscale: #686868. Windows color (decimal): -14513550 or 7506466. OLE color: 7506466.
HSL color Cylindrical-coordinate representation of color #228A72: hue angle of 166.15º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228A72 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 138 | 114 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.46 |
| HSL | 166.15º | 0.6% | 0.34% | - |
| HSV(B) | 166.15º | 0.75% | 0.54% | - |
| XYZ | 12.79 | 19.73 | 19.05 | - |
| YUV | 104.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 138 | 114 | 0.75 | 0 | 0.17 | 0.46 | 166.15 | 0.6 | 0.34 |
| Hex | 22 | 8A | 72 | 4B | 0 | 11 | 2E | A6 | 3C | 22 |
| Octal | 42 | 212 | 162 | 113 | 0 | 21 | 56 | 246 | 74 | 42 |
| Binary | 100010 | 10001010 | 1110010 | 1001011 | 0 | 10001 | 101110 | 10100110 | 111100 | 100010 |
Color Harmonies of #228A72
Complementary color
Monochromatic Colors of #228A72
Black with #228A72
Text Example
Text Example
White with #228A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228A72; }
p { color: rgb(34,138,114); }
H1.HeaderClassName
{
color: #228A72;
}
.AnyTagClassName
{
color: #228A72;
}
</style>
background-color css
<style>
a { background-color: #228A72; }
a { background-color: rgb(34,138,114); }
div.DivClassName
{
background-color: #228A72;
}
.BgClassName
{
background-color: #228A72;
}
</style>
border-color css
<style>
span { border-color: #228A72; }
span { border-color: rgb(34,138,114); }
td.TdClassName
{
border-color: #228A72;
}
.TagClassName
{
border-color: #228A72;
}
</style>