Shades of Elf Green #288F77
Tints of Elf Green #288F77
RGB
CMYK
RGB Variations
Color information
#288F77 (or 0x288F77) is known color: Elf Green. HEX triplet: 28, 8F and 77. RGB value is (40,143,119). Sum of RGB (Red+Green+Blue) = 40+143+119=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #288F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F77 is #D77088. Grayscale: #6D6D6D. Windows color (decimal): -14119049 or 7835432. OLE color: 7835432.
HSL color Cylindrical-coordinate representation of color #288F77: hue angle of 166.02º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F77 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 119 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.44 |
| HSL | 166.02º | 0.56% | 0.36% | - |
| HSV(B) | 166.02º | 0.72% | 0.56% | - |
| XYZ | 14.03 | 21.43 | 20.85 | - |
| YUV | 109.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 119 | 0.72 | 0 | 0.17 | 0.44 | 166.02 | 0.56 | 0.36 |
| Hex | 28 | 8F | 77 | 48 | 0 | 11 | 2C | A6 | 38 | 24 |
| Octal | 50 | 217 | 167 | 110 | 0 | 21 | 54 | 246 | 70 | 44 |
| Binary | 101000 | 10001111 | 1110111 | 1001000 | 0 | 10001 | 101100 | 10100110 | 111000 | 100100 |
Color Harmonies of #288F77
Complementary color
Monochromatic Colors of #288F77
Black with #288F77
Text Example
Text Example
White with #288F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F77; }
p { color: rgb(40,143,119); }
H1.HeaderClassName
{
color: #288F77;
}
.AnyTagClassName
{
color: #288F77;
}
</style>
background-color css
<style>
a { background-color: #288F77; }
a { background-color: rgb(40,143,119); }
div.DivClassName
{
background-color: #288F77;
}
.BgClassName
{
background-color: #288F77;
}
</style>
border-color css
<style>
span { border-color: #288F77; }
span { border-color: rgb(40,143,119); }
td.TdClassName
{
border-color: #288F77;
}
.TagClassName
{
border-color: #288F77;
}
</style>