Shades of Elf Green #288260
Tints of Elf Green #288260
RGB
CMYK
RGB Variations
Color information
#288260 (or 0x288260) is known color: Elf Green. HEX triplet: 28, 82 and 60. RGB value is (40,130,96). Sum of RGB (Red+Green+Blue) = 40+130+96=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #288260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288260 is #D77D9F. Grayscale: #636363. Windows color (decimal): -14122400 or 6324776. OLE color: 6324776.
HSL color Cylindrical-coordinate representation of color #288260: hue angle of 157.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288260 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 96 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.49 |
| HSL | 157.33º | 0.53% | 0.33% | - |
| HSV(B) | 157.33º | 0.69% | 0.51% | - |
| XYZ | 10.97 | 17.26 | 13.82 | - |
| YUV | 99.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 96 | 0.69 | 0 | 0.26 | 0.49 | 157.33 | 0.53 | 0.33 |
| Hex | 28 | 82 | 60 | 45 | 0 | 1A | 31 | 9D | 35 | 21 |
| Octal | 50 | 202 | 140 | 105 | 0 | 32 | 61 | 235 | 65 | 41 |
| Binary | 101000 | 10000010 | 1100000 | 1000101 | 0 | 11010 | 110001 | 10011101 | 110101 | 100001 |
Color Harmonies of #288260
Complementary color
Monochromatic Colors of #288260
Black with #288260
Text Example
Text Example
White with #288260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288260; }
p { color: rgb(40,130,96); }
H1.HeaderClassName
{
color: #288260;
}
.AnyTagClassName
{
color: #288260;
}
</style>
background-color css
<style>
a { background-color: #288260; }
a { background-color: rgb(40,130,96); }
div.DivClassName
{
background-color: #288260;
}
.BgClassName
{
background-color: #288260;
}
</style>
border-color css
<style>
span { border-color: #288260; }
span { border-color: rgb(40,130,96); }
td.TdClassName
{
border-color: #288260;
}
.TagClassName
{
border-color: #288260;
}
</style>