Shades of Elf Green #228270
Tints of Elf Green #228270
RGB
CMYK
RGB Variations
Color information
#228270 (or 0x228270) is known color: Elf Green. HEX triplet: 22, 82 and 70. RGB value is (34,130,112). Sum of RGB (Red+Green+Blue) = 34+130+112=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #228270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228270 is #DD7D8F. Grayscale: #636363. Windows color (decimal): -14515600 or 7373346. OLE color: 7373346.
HSL color Cylindrical-coordinate representation of color #228270: hue angle of 168.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228270 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 130 | 112 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.49 |
| HSL | 168.75º | 0.59% | 0.32% | - |
| HSV(B) | 168.75º | 0.74% | 0.51% | - |
| XYZ | 11.57 | 17.48 | 18.09 | - |
| YUV | 99.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 130 | 112 | 0.74 | 0 | 0.14 | 0.49 | 168.75 | 0.59 | 0.32 |
| Hex | 22 | 82 | 70 | 4A | 0 | E | 31 | A9 | 3B | 20 |
| Octal | 42 | 202 | 160 | 112 | 0 | 16 | 61 | 251 | 73 | 40 |
| Binary | 100010 | 10000010 | 1110000 | 1001010 | 0 | 1110 | 110001 | 10101001 | 111011 | 100000 |
Color Harmonies of #228270
Complementary color
Monochromatic Colors of #228270
Black with #228270
Text Example
Text Example
White with #228270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228270; }
p { color: rgb(34,130,112); }
H1.HeaderClassName
{
color: #228270;
}
.AnyTagClassName
{
color: #228270;
}
</style>
background-color css
<style>
a { background-color: #228270; }
a { background-color: rgb(34,130,112); }
div.DivClassName
{
background-color: #228270;
}
.BgClassName
{
background-color: #228270;
}
</style>
border-color css
<style>
span { border-color: #228270; }
span { border-color: rgb(34,130,112); }
td.TdClassName
{
border-color: #228270;
}
.TagClassName
{
border-color: #228270;
}
</style>