Shades of Elf Green #288D68
Tints of Elf Green #288D68
RGB
CMYK
RGB Variations
Color information
#288D68 (or 0x288D68) is known color: Elf Green. HEX triplet: 28, 8D and 68. RGB value is (40,141,104). Sum of RGB (Red+Green+Blue) = 40+141+104=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #288D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D68 is #D77297. Grayscale: #6A6A6A. Windows color (decimal): -14119576 or 6851880. OLE color: 6851880.
HSL color Cylindrical-coordinate representation of color #288D68: hue angle of 158.02º 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 #288D68 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 104 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.45 |
| HSL | 158.02º | 0.56% | 0.35% | - |
| HSV(B) | 158.02º | 0.72% | 0.55% | - |
| XYZ | 12.9 | 20.5 | 16.37 | - |
| YUV | 106.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 104 | 0.72 | 0 | 0.26 | 0.45 | 158.02 | 0.56 | 0.35 |
| Hex | 28 | 8D | 68 | 48 | 0 | 1A | 2D | 9E | 38 | 23 |
| Octal | 50 | 215 | 150 | 110 | 0 | 32 | 55 | 236 | 70 | 43 |
| Binary | 101000 | 10001101 | 1101000 | 1001000 | 0 | 11010 | 101101 | 10011110 | 111000 | 100011 |
Color Harmonies of #288D68
Complementary color
Monochromatic Colors of #288D68
Black with #288D68
Text Example
Text Example
White with #288D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D68; }
p { color: rgb(40,141,104); }
H1.HeaderClassName
{
color: #288D68;
}
.AnyTagClassName
{
color: #288D68;
}
</style>
background-color css
<style>
a { background-color: #288D68; }
a { background-color: rgb(40,141,104); }
div.DivClassName
{
background-color: #288D68;
}
.BgClassName
{
background-color: #288D68;
}
</style>
border-color css
<style>
span { border-color: #288D68; }
span { border-color: rgb(40,141,104); }
td.TdClassName
{
border-color: #288D68;
}
.TagClassName
{
border-color: #288D68;
}
</style>