Shades of Elf Green #288D6F
Tints of Elf Green #288D6F
RGB
CMYK
RGB Variations
Color information
#288D6F (or 0x288D6F) is known color: Elf Green. HEX triplet: 28, 8D and 6F. RGB value is (40,141,111). Sum of RGB (Red+Green+Blue) = 40+141+111=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 141 (55.47% from 255 or 48.29% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 141 - color contains mainly: green. Hex color #288D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D6F is #D77290. Grayscale: #6B6B6B. Windows color (decimal): -14119569 or 7310632. OLE color: 7310632.
HSL color Cylindrical-coordinate representation of color #288D6F: hue angle of 162.18º 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 #288D6F is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 111 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.45 |
| HSL | 162.18º | 0.56% | 0.35% | - |
| HSV(B) | 162.18º | 0.72% | 0.55% | - |
| XYZ | 13.27 | 20.65 | 18.33 | - |
| YUV | 107.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 111 | 0.72 | 0 | 0.21 | 0.45 | 162.18 | 0.56 | 0.35 |
| Hex | 28 | 8D | 6F | 48 | 0 | 15 | 2D | A2 | 38 | 23 |
| Octal | 50 | 215 | 157 | 110 | 0 | 25 | 55 | 242 | 70 | 43 |
| Binary | 101000 | 10001101 | 1101111 | 1001000 | 0 | 10101 | 101101 | 10100010 | 111000 | 100011 |
Color Harmonies of #288D6F
Complementary color
Monochromatic Colors of #288D6F
Black with #288D6F
Text Example
Text Example
White with #288D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D6F; }
p { color: rgb(40,141,111); }
H1.HeaderClassName
{
color: #288D6F;
}
.AnyTagClassName
{
color: #288D6F;
}
</style>
background-color css
<style>
a { background-color: #288D6F; }
a { background-color: rgb(40,141,111); }
div.DivClassName
{
background-color: #288D6F;
}
.BgClassName
{
background-color: #288D6F;
}
</style>
border-color css
<style>
span { border-color: #288D6F; }
span { border-color: rgb(40,141,111); }
td.TdClassName
{
border-color: #288D6F;
}
.TagClassName
{
border-color: #288D6F;
}
</style>