Shades of Elf Green #288F76
Tints of Elf Green #288F76
RGB
CMYK
RGB Variations
Color information
#288F76 (or 0x288F76) is known color: Elf Green. HEX triplet: 28, 8F and 76. RGB value is (40,143,118). Sum of RGB (Red+Green+Blue) = 40+143+118=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #288F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288F76 is #D77089. Grayscale: #6D6D6D. Windows color (decimal): -14119050 or 7769896. OLE color: 7769896.
HSL color Cylindrical-coordinate representation of color #288F76: hue angle of 165.44º 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 #288F76 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 143 | 118 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.44 |
| HSL | 165.44º | 0.56% | 0.36% | - |
| HSV(B) | 165.44º | 0.72% | 0.56% | - |
| XYZ | 13.97 | 21.4 | 20.53 | - |
| YUV | 109.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 118 | 0.72 | 0 | 0.17 | 0.44 | 165.44 | 0.56 | 0.36 |
| Hex | 28 | 8F | 76 | 48 | 0 | 11 | 2C | A5 | 38 | 24 |
| Octal | 50 | 217 | 166 | 110 | 0 | 21 | 54 | 245 | 70 | 44 |
| Binary | 101000 | 10001111 | 1110110 | 1001000 | 0 | 10001 | 101100 | 10100101 | 111000 | 100100 |
Color Harmonies of #288F76
Complementary color
Monochromatic Colors of #288F76
Black with #288F76
Text Example
Text Example
White with #288F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288F76; }
p { color: rgb(40,143,118); }
H1.HeaderClassName
{
color: #288F76;
}
.AnyTagClassName
{
color: #288F76;
}
</style>
background-color css
<style>
a { background-color: #288F76; }
a { background-color: rgb(40,143,118); }
div.DivClassName
{
background-color: #288F76;
}
.BgClassName
{
background-color: #288F76;
}
</style>
border-color css
<style>
span { border-color: #288F76; }
span { border-color: rgb(40,143,118); }
td.TdClassName
{
border-color: #288F76;
}
.TagClassName
{
border-color: #288F76;
}
</style>