Shades of Elf Green #228B5F
Tints of Elf Green #228B5F
RGB
CMYK
RGB Variations
Color information
#228B5F (or 0x228B5F) is known color: Elf Green. HEX triplet: 22, 8B and 5F. RGB value is (34,139,95). Sum of RGB (Red+Green+Blue) = 34+139+95=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #228B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #228B5F is #DD74A0. Grayscale: #666666. Windows color (decimal): -14513313 or 6261538. OLE color: 6261538.
HSL color Cylindrical-coordinate representation of color #228B5F: hue angle of 154.86º 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 #228B5F is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 139 | 95 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.45 |
| HSL | 154.86º | 0.61% | 0.34% | - |
| HSV(B) | 154.86º | 0.76% | 0.55% | - |
| XYZ | 11.96 | 19.63 | 13.99 | - |
| YUV | 102.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 95 | 0.76 | 0 | 0.32 | 0.45 | 154.86 | 0.61 | 0.34 |
| Hex | 22 | 8B | 5F | 4C | 0 | 20 | 2D | 9B | 3D | 22 |
| Octal | 42 | 213 | 137 | 114 | 0 | 40 | 55 | 233 | 75 | 42 |
| Binary | 100010 | 10001011 | 1011111 | 1001100 | 0 | 100000 | 101101 | 10011011 | 111101 | 100010 |
Color Harmonies of #228B5F
Complementary color
Monochromatic Colors of #228B5F
Black with #228B5F
Text Example
Text Example
White with #228B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228B5F; }
p { color: rgb(34,139,95); }
H1.HeaderClassName
{
color: #228B5F;
}
.AnyTagClassName
{
color: #228B5F;
}
</style>
background-color css
<style>
a { background-color: #228B5F; }
a { background-color: rgb(34,139,95); }
div.DivClassName
{
background-color: #228B5F;
}
.BgClassName
{
background-color: #228B5F;
}
</style>
border-color css
<style>
span { border-color: #228B5F; }
span { border-color: rgb(34,139,95); }
td.TdClassName
{
border-color: #228B5F;
}
.TagClassName
{
border-color: #228B5F;
}
</style>