Shades of Elf Green #288A6E
Tints of Elf Green #288A6E
RGB
CMYK
RGB Variations
Color information
#288A6E (or 0x288A6E) is known color: Elf Green. HEX triplet: 28, 8A and 6E. RGB value is (40,138,110). Sum of RGB (Red+Green+Blue) = 40+138+110=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 110 (43.36% from 255 or 38.19% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #288A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288A6E is #D77591. Grayscale: #696969. Windows color (decimal): -14120338 or 7244328. OLE color: 7244328.
HSL color Cylindrical-coordinate representation of color #288A6E: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A6E is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 138 | 110 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.46 |
| HSL | 162.86º | 0.55% | 0.35% | - |
| HSV(B) | 162.86º | 0.71% | 0.54% | - |
| XYZ | 12.78 | 19.75 | 17.89 | - |
| YUV | 105.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 110 | 0.71 | 0 | 0.20 | 0.46 | 162.86 | 0.55 | 0.35 |
| Hex | 28 | 8A | 6E | 47 | 0 | 14 | 2E | A3 | 37 | 23 |
| Octal | 50 | 212 | 156 | 107 | 0 | 24 | 56 | 243 | 67 | 43 |
| Binary | 101000 | 10001010 | 1101110 | 1000111 | 0 | 10100 | 101110 | 10100011 | 110111 | 100011 |
Color Harmonies of #288A6E
Complementary color
Monochromatic Colors of #288A6E
Black with #288A6E
Text Example
Text Example
White with #288A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288A6E; }
p { color: rgb(40,138,110); }
H1.HeaderClassName
{
color: #288A6E;
}
.AnyTagClassName
{
color: #288A6E;
}
</style>
background-color css
<style>
a { background-color: #288A6E; }
a { background-color: rgb(40,138,110); }
div.DivClassName
{
background-color: #288A6E;
}
.BgClassName
{
background-color: #288A6E;
}
</style>
border-color css
<style>
span { border-color: #288A6E; }
span { border-color: rgb(40,138,110); }
td.TdClassName
{
border-color: #288A6E;
}
.TagClassName
{
border-color: #288A6E;
}
</style>