Shades of Elf Green #228864
Tints of Elf Green #228864
RGB
CMYK
RGB Variations
Color information
#228864 (or 0x228864) is known color: Elf Green. HEX triplet: 22, 88 and 64. RGB value is (34,136,100). Sum of RGB (Red+Green+Blue) = 34+136+100=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #228864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228864 is #DD779B. Grayscale: #656565. Windows color (decimal): -14514076 or 6588450. OLE color: 6588450.
HSL color Cylindrical-coordinate representation of color #228864: hue angle of 158.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228864 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 136 | 100 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.47 |
| HSL | 158.82º | 0.6% | 0.33% | - |
| HSV(B) | 158.82º | 0.75% | 0.53% | - |
| XYZ | 11.76 | 18.87 | 15.08 | - |
| YUV | 101.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 100 | 0.75 | 0 | 0.26 | 0.47 | 158.82 | 0.6 | 0.33 |
| Hex | 22 | 88 | 64 | 4B | 0 | 1A | 2F | 9F | 3C | 21 |
| Octal | 42 | 210 | 144 | 113 | 0 | 32 | 57 | 237 | 74 | 41 |
| Binary | 100010 | 10001000 | 1100100 | 1001011 | 0 | 11010 | 101111 | 10011111 | 111100 | 100001 |
Color Harmonies of #228864
Complementary color
Monochromatic Colors of #228864
Black with #228864
Text Example
Text Example
White with #228864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228864; }
p { color: rgb(34,136,100); }
H1.HeaderClassName
{
color: #228864;
}
.AnyTagClassName
{
color: #228864;
}
</style>
background-color css
<style>
a { background-color: #228864; }
a { background-color: rgb(34,136,100); }
div.DivClassName
{
background-color: #228864;
}
.BgClassName
{
background-color: #228864;
}
</style>
border-color css
<style>
span { border-color: #228864; }
span { border-color: rgb(34,136,100); }
td.TdClassName
{
border-color: #228864;
}
.TagClassName
{
border-color: #228864;
}
</style>