Shades of Elf Green #288060
Tints of Elf Green #288060
RGB
CMYK
RGB Variations
Color information
#288060 (or 0x288060) is known color: Elf Green. HEX triplet: 28, 80 and 60. RGB value is (40,128,96). Sum of RGB (Red+Green+Blue) = 40+128+96=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #288060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288060 is #D77F9F. Grayscale: #626262. Windows color (decimal): -14122912 or 6324264. OLE color: 6324264.
HSL color Cylindrical-coordinate representation of color #288060: hue angle of 158.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288060 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 96 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.50 |
| HSL | 158.18º | 0.52% | 0.33% | - |
| HSV(B) | 158.18º | 0.69% | 0.5% | - |
| XYZ | 10.71 | 16.73 | 13.73 | - |
| YUV | 98.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 96 | 0.69 | 0 | 0.25 | 0.50 | 158.18 | 0.52 | 0.33 |
| Hex | 28 | 80 | 60 | 45 | 0 | 19 | 32 | 9E | 34 | 21 |
| Octal | 50 | 200 | 140 | 105 | 0 | 31 | 62 | 236 | 64 | 41 |
| Binary | 101000 | 10000000 | 1100000 | 1000101 | 0 | 11001 | 110010 | 10011110 | 110100 | 100001 |
Color Harmonies of #288060
Complementary color
Monochromatic Colors of #288060
Black with #288060
Text Example
Text Example
White with #288060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288060; }
p { color: rgb(40,128,96); }
H1.HeaderClassName
{
color: #288060;
}
.AnyTagClassName
{
color: #288060;
}
</style>
background-color css
<style>
a { background-color: #288060; }
a { background-color: rgb(40,128,96); }
div.DivClassName
{
background-color: #288060;
}
.BgClassName
{
background-color: #288060;
}
</style>
border-color css
<style>
span { border-color: #288060; }
span { border-color: rgb(40,128,96); }
td.TdClassName
{
border-color: #288060;
}
.TagClassName
{
border-color: #288060;
}
</style>