Shades of Elf Green #228C64
Tints of Elf Green #228C64
RGB
CMYK
RGB Variations
Color information
#228C64 (or 0x228C64) is known color: Elf Green. HEX triplet: 22, 8C and 64. RGB value is (34,140,100). Sum of RGB (Red+Green+Blue) = 34+140+100=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 140 (55.08% from 255 or 51.09% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 140 - color contains mainly: green. Hex color #228C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228C64 is #DD739B. Grayscale: #676767. Windows color (decimal): -14513052 or 6589474. OLE color: 6589474.
HSL color Cylindrical-coordinate representation of color #228C64: hue angle of 157.36º 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 #228C64 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 140 | 100 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.45 |
| HSL | 157.36º | 0.61% | 0.34% | - |
| HSV(B) | 157.36º | 0.76% | 0.55% | - |
| XYZ | 12.34 | 20.02 | 15.27 | - |
| YUV | 103.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 100 | 0.76 | 0 | 0.29 | 0.45 | 157.36 | 0.61 | 0.34 |
| Hex | 22 | 8C | 64 | 4C | 0 | 1D | 2D | 9D | 3D | 22 |
| Octal | 42 | 214 | 144 | 114 | 0 | 35 | 55 | 235 | 75 | 42 |
| Binary | 100010 | 10001100 | 1100100 | 1001100 | 0 | 11101 | 101101 | 10011101 | 111101 | 100010 |
Color Harmonies of #228C64
Complementary color
Monochromatic Colors of #228C64
Black with #228C64
Text Example
Text Example
White with #228C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228C64; }
p { color: rgb(34,140,100); }
H1.HeaderClassName
{
color: #228C64;
}
.AnyTagClassName
{
color: #228C64;
}
</style>
background-color css
<style>
a { background-color: #228C64; }
a { background-color: rgb(34,140,100); }
div.DivClassName
{
background-color: #228C64;
}
.BgClassName
{
background-color: #228C64;
}
</style>
border-color css
<style>
span { border-color: #228C64; }
span { border-color: rgb(34,140,100); }
td.TdClassName
{
border-color: #228C64;
}
.TagClassName
{
border-color: #228C64;
}
</style>