Shades of Elf Green #288D6A
Tints of Elf Green #288D6A
RGB
CMYK
RGB Variations
Color information
#288D6A (or 0x288D6A) is known color: Elf Green. HEX triplet: 28, 8D and 6A. RGB value is (40,141,106). Sum of RGB (Red+Green+Blue) = 40+141+106=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #288D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288D6A is #D77295. Grayscale: #6A6A6A. Windows color (decimal): -14119574 or 6982952. OLE color: 6982952.
HSL color Cylindrical-coordinate representation of color #288D6A: hue angle of 159.21º 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 #288D6A is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 141 | 106 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.45 |
| HSL | 159.21º | 0.56% | 0.35% | - |
| HSV(B) | 159.21º | 0.72% | 0.55% | - |
| XYZ | 13 | 20.54 | 16.92 | - |
| YUV | 106.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 106 | 0.72 | 0 | 0.25 | 0.45 | 159.21 | 0.56 | 0.35 |
| Hex | 28 | 8D | 6A | 48 | 0 | 19 | 2D | 9F | 38 | 23 |
| Octal | 50 | 215 | 152 | 110 | 0 | 31 | 55 | 237 | 70 | 43 |
| Binary | 101000 | 10001101 | 1101010 | 1001000 | 0 | 11001 | 101101 | 10011111 | 111000 | 100011 |
Color Harmonies of #288D6A
Complementary color
Monochromatic Colors of #288D6A
Black with #288D6A
Text Example
Text Example
White with #288D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288D6A; }
p { color: rgb(40,141,106); }
H1.HeaderClassName
{
color: #288D6A;
}
.AnyTagClassName
{
color: #288D6A;
}
</style>
background-color css
<style>
a { background-color: #288D6A; }
a { background-color: rgb(40,141,106); }
div.DivClassName
{
background-color: #288D6A;
}
.BgClassName
{
background-color: #288D6A;
}
</style>
border-color css
<style>
span { border-color: #288D6A; }
span { border-color: rgb(40,141,106); }
td.TdClassName
{
border-color: #288D6A;
}
.TagClassName
{
border-color: #288D6A;
}
</style>