Shades of Elf Green #22865E
Tints of Elf Green #22865E
RGB
CMYK
RGB Variations
Color information
#22865E (or 0x22865E) is known color: Elf Green. HEX triplet: 22, 86 and 5E. RGB value is (34,134,94). Sum of RGB (Red+Green+Blue) = 34+134+94=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 134 (52.73% from 255 or 51.15% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 134 - color contains mainly: green. Hex color #22865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #22865E is #DD79A1. Grayscale: #636363. Windows color (decimal): -14514594 or 6194722. OLE color: 6194722.
HSL color Cylindrical-coordinate representation of color #22865E: hue angle of 156º 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 #22865E is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 134 | 94 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.47 |
| HSL | 156º | 0.6% | 0.33% | - |
| HSV(B) | 156º | 0.75% | 0.53% | - |
| XYZ | 11.21 | 18.2 | 13.51 | - |
| YUV | 99.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 94 | 0.75 | 0 | 0.30 | 0.47 | 156 | 0.6 | 0.33 |
| Hex | 22 | 86 | 5E | 4B | 0 | 1E | 2F | 9C | 3C | 21 |
| Octal | 42 | 206 | 136 | 113 | 0 | 36 | 57 | 234 | 74 | 41 |
| Binary | 100010 | 10000110 | 1011110 | 1001011 | 0 | 11110 | 101111 | 10011100 | 111100 | 100001 |
Color Harmonies of #22865E
Complementary color
Monochromatic Colors of #22865E
Black with #22865E
Text Example
Text Example
White with #22865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22865E; }
p { color: rgb(34,134,94); }
H1.HeaderClassName
{
color: #22865E;
}
.AnyTagClassName
{
color: #22865E;
}
</style>
background-color css
<style>
a { background-color: #22865E; }
a { background-color: rgb(34,134,94); }
div.DivClassName
{
background-color: #22865E;
}
.BgClassName
{
background-color: #22865E;
}
</style>
border-color css
<style>
span { border-color: #22865E; }
span { border-color: rgb(34,134,94); }
td.TdClassName
{
border-color: #22865E;
}
.TagClassName
{
border-color: #22865E;
}
</style>