Shades of Elf Green #288C6E
Tints of Elf Green #288C6E
RGB
CMYK
RGB Variations
Color information
#288C6E (or 0x288C6E) is known color: Elf Green. HEX triplet: 28, 8C and 6E. RGB value is (40,140,110). Sum of RGB (Red+Green+Blue) = 40+140+110=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #288C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288C6E is #D77391. Grayscale: #6A6A6A. Windows color (decimal): -14119826 or 7244840. OLE color: 7244840.
HSL color Cylindrical-coordinate representation of color #288C6E: hue angle of 162º 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 #288C6E is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 140 | 110 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.45 |
| HSL | 162º | 0.56% | 0.35% | - |
| HSV(B) | 162º | 0.71% | 0.55% | - |
| XYZ | 13.07 | 20.33 | 17.99 | - |
| YUV | 106.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 110 | 0.71 | 0 | 0.21 | 0.45 | 162 | 0.56 | 0.35 |
| Hex | 28 | 8C | 6E | 47 | 0 | 15 | 2D | A2 | 38 | 23 |
| Octal | 50 | 214 | 156 | 107 | 0 | 25 | 55 | 242 | 70 | 43 |
| Binary | 101000 | 10001100 | 1101110 | 1000111 | 0 | 10101 | 101101 | 10100010 | 111000 | 100011 |
Color Harmonies of #288C6E
Complementary color
Monochromatic Colors of #288C6E
Black with #288C6E
Text Example
Text Example
White with #288C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288C6E; }
p { color: rgb(40,140,110); }
H1.HeaderClassName
{
color: #288C6E;
}
.AnyTagClassName
{
color: #288C6E;
}
</style>
background-color css
<style>
a { background-color: #288C6E; }
a { background-color: rgb(40,140,110); }
div.DivClassName
{
background-color: #288C6E;
}
.BgClassName
{
background-color: #288C6E;
}
</style>
border-color css
<style>
span { border-color: #288C6E; }
span { border-color: rgb(40,140,110); }
td.TdClassName
{
border-color: #288C6E;
}
.TagClassName
{
border-color: #288C6E;
}
</style>