Shades of Elf Green #288C68
Tints of Elf Green #288C68
RGB
CMYK
RGB Variations
Color information
#288C68 (or 0x288C68) is known color: Elf Green. HEX triplet: 28, 8C and 68. RGB value is (40,140,104). Sum of RGB (Red+Green+Blue) = 40+140+104=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #288C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C68 is #D77397. Grayscale: #6A6A6A. Windows color (decimal): -14119832 or 6851624. OLE color: 6851624.
HSL color Cylindrical-coordinate representation of color #288C68: hue angle of 158.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288C68 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 104 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.45 |
| HSL | 158.4º | 0.56% | 0.35% | - |
| HSV(B) | 158.4º | 0.71% | 0.55% | - |
| XYZ | 12.75 | 20.21 | 16.32 | - |
| YUV | 106 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 104 | 0.71 | 0 | 0.26 | 0.45 | 158.4 | 0.56 | 0.35 |
| Hex | 28 | 8C | 68 | 47 | 0 | 1A | 2D | 9E | 38 | 23 |
| Octal | 50 | 214 | 150 | 107 | 0 | 32 | 55 | 236 | 70 | 43 |
| Binary | 101000 | 10001100 | 1101000 | 1000111 | 0 | 11010 | 101101 | 10011110 | 111000 | 100011 |
Color Harmonies of #288C68
Complementary color
Monochromatic Colors of #288C68
Black with #288C68
Text Example
Text Example
White with #288C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C68; }
p { color: rgb(40,140,104); }
H1.HeaderClassName
{
color: #288C68;
}
.AnyTagClassName
{
color: #288C68;
}
</style>
background-color css
<style>
a { background-color: #288C68; }
a { background-color: rgb(40,140,104); }
div.DivClassName
{
background-color: #288C68;
}
.BgClassName
{
background-color: #288C68;
}
</style>
border-color css
<style>
span { border-color: #288C68; }
span { border-color: rgb(40,140,104); }
td.TdClassName
{
border-color: #288C68;
}
.TagClassName
{
border-color: #288C68;
}
</style>