Shades of Elf Green #288D77
Tints of Elf Green #288D77
RGB
CMYK
RGB Variations
Color information
#288D77 (or 0x288D77) is known color: Elf Green. HEX triplet: 28, 8D and 77. RGB value is (40,141,119). Sum of RGB (Red+Green+Blue) = 40+141+119=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #288D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D77 is #D77288. Grayscale: #6C6C6C. Windows color (decimal): -14119561 or 7834920. OLE color: 7834920.
HSL color Cylindrical-coordinate representation of color #288D77: hue angle of 166.93º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288D77 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 119 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.45 |
| HSL | 166.93º | 0.56% | 0.35% | - |
| HSV(B) | 166.93º | 0.72% | 0.55% | - |
| XYZ | 13.73 | 20.83 | 20.75 | - |
| YUV | 108.29 | 134.04 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 119 | 0.72 | 0 | 0.16 | 0.45 | 166.93 | 0.56 | 0.35 |
| Hex | 28 | 8D | 77 | 48 | 0 | 10 | 2D | A7 | 38 | 23 |
| Octal | 50 | 215 | 167 | 110 | 0 | 20 | 55 | 247 | 70 | 43 |
| Binary | 101000 | 10001101 | 1110111 | 1001000 | 0 | 10000 | 101101 | 10100111 | 111000 | 100011 |
Color Harmonies of #288D77
Complementary color
Monochromatic Colors of #288D77
Black with #288D77
Text Example
Text Example
White with #288D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D77; }
p { color: rgb(40,141,119); }
H1.HeaderClassName
{
color: #288D77;
}
.AnyTagClassName
{
color: #288D77;
}
</style>
background-color css
<style>
a { background-color: #288D77; }
a { background-color: rgb(40,141,119); }
div.DivClassName
{
background-color: #288D77;
}
.BgClassName
{
background-color: #288D77;
}
</style>
border-color css
<style>
span { border-color: #288D77; }
span { border-color: rgb(40,141,119); }
td.TdClassName
{
border-color: #288D77;
}
.TagClassName
{
border-color: #288D77;
}
</style>