Shades of Elf Green #288D72
Tints of Elf Green #288D72
RGB
CMYK
RGB Variations
Color information
#288D72 (or 0x288D72) is known color: Elf Green. HEX triplet: 28, 8D and 72. RGB value is (40,141,114). Sum of RGB (Red+Green+Blue) = 40+141+114=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #288D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D72 is #D7728D. Grayscale: #6B6B6B. Windows color (decimal): -14119566 or 7507240. OLE color: 7507240.
HSL color Cylindrical-coordinate representation of color #288D72: hue angle of 163.96º 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 #288D72 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 114 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.45 |
| HSL | 163.96º | 0.56% | 0.35% | - |
| HSV(B) | 163.96º | 0.72% | 0.55% | - |
| XYZ | 13.44 | 20.72 | 19.21 | - |
| YUV | 107.72 | 131.54 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 114 | 0.72 | 0 | 0.19 | 0.45 | 163.96 | 0.56 | 0.35 |
| Hex | 28 | 8D | 72 | 48 | 0 | 13 | 2D | A4 | 38 | 23 |
| Octal | 50 | 215 | 162 | 110 | 0 | 23 | 55 | 244 | 70 | 43 |
| Binary | 101000 | 10001101 | 1110010 | 1001000 | 0 | 10011 | 101101 | 10100100 | 111000 | 100011 |
Color Harmonies of #288D72
Complementary color
Monochromatic Colors of #288D72
Black with #288D72
Text Example
Text Example
White with #288D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D72; }
p { color: rgb(40,141,114); }
H1.HeaderClassName
{
color: #288D72;
}
.AnyTagClassName
{
color: #288D72;
}
</style>
background-color css
<style>
a { background-color: #288D72; }
a { background-color: rgb(40,141,114); }
div.DivClassName
{
background-color: #288D72;
}
.BgClassName
{
background-color: #288D72;
}
</style>
border-color css
<style>
span { border-color: #288D72; }
span { border-color: rgb(40,141,114); }
td.TdClassName
{
border-color: #288D72;
}
.TagClassName
{
border-color: #288D72;
}
</style>