Shades of Elf Green #228C69
Tints of Elf Green #228C69
RGB
CMYK
RGB Variations
Color information
#228C69 (or 0x228C69) is known color: Elf Green. HEX triplet: 22, 8C and 69. RGB value is (34,140,105). Sum of RGB (Red+Green+Blue) = 34+140+105=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #228C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228C69 is #DD7396. Grayscale: #686868. Windows color (decimal): -14513047 or 6917154. OLE color: 6917154.
HSL color Cylindrical-coordinate representation of color #228C69: hue angle of 160.19º 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 #228C69 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 140 | 105 | - |
| CMYK | 0.76 | 0 | 0.25 | 0.45 |
| HSL | 160.19º | 0.61% | 0.34% | - |
| HSV(B) | 160.19º | 0.76% | 0.55% | - |
| XYZ | 12.59 | 20.12 | 16.58 | - |
| YUV | 104.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 105 | 0.76 | 0 | 0.25 | 0.45 | 160.19 | 0.61 | 0.34 |
| Hex | 22 | 8C | 69 | 4C | 0 | 19 | 2D | A0 | 3D | 22 |
| Octal | 42 | 214 | 151 | 114 | 0 | 31 | 55 | 240 | 75 | 42 |
| Binary | 100010 | 10001100 | 1101001 | 1001100 | 0 | 11001 | 101101 | 10100000 | 111101 | 100010 |
Color Harmonies of #228C69
Complementary color
Monochromatic Colors of #228C69
Black with #228C69
Text Example
Text Example
White with #228C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228C69; }
p { color: rgb(34,140,105); }
H1.HeaderClassName
{
color: #228C69;
}
.AnyTagClassName
{
color: #228C69;
}
</style>
background-color css
<style>
a { background-color: #228C69; }
a { background-color: rgb(34,140,105); }
div.DivClassName
{
background-color: #228C69;
}
.BgClassName
{
background-color: #228C69;
}
</style>
border-color css
<style>
span { border-color: #228C69; }
span { border-color: rgb(34,140,105); }
td.TdClassName
{
border-color: #228C69;
}
.TagClassName
{
border-color: #228C69;
}
</style>