Shades of Elf Green #288963
Tints of Elf Green #288963
RGB
CMYK
RGB Variations
Color information
#288963 (or 0x288963) is known color: Elf Green. HEX triplet: 28, 89 and 63. RGB value is (40,137,99). Sum of RGB (Red+Green+Blue) = 40+137+99=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #288963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288963 is #D7769C. Grayscale: #676767. Windows color (decimal): -14120605 or 6523176. OLE color: 6523176.
HSL color Cylindrical-coordinate representation of color #288963: hue angle of 156.49º 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 #288963 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 137 | 99 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.46 |
| HSL | 156.49º | 0.55% | 0.35% | - |
| HSV(B) | 156.49º | 0.71% | 0.54% | - |
| XYZ | 12.07 | 19.24 | 14.88 | - |
| YUV | 103.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 99 | 0.71 | 0 | 0.28 | 0.46 | 156.49 | 0.55 | 0.35 |
| Hex | 28 | 89 | 63 | 47 | 0 | 1C | 2E | 9C | 37 | 23 |
| Octal | 50 | 211 | 143 | 107 | 0 | 34 | 56 | 234 | 67 | 43 |
| Binary | 101000 | 10001001 | 1100011 | 1000111 | 0 | 11100 | 101110 | 10011100 | 110111 | 100011 |
Color Harmonies of #288963
Complementary color
Monochromatic Colors of #288963
Black with #288963
Text Example
Text Example
White with #288963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288963; }
p { color: rgb(40,137,99); }
H1.HeaderClassName
{
color: #288963;
}
.AnyTagClassName
{
color: #288963;
}
</style>
background-color css
<style>
a { background-color: #288963; }
a { background-color: rgb(40,137,99); }
div.DivClassName
{
background-color: #288963;
}
.BgClassName
{
background-color: #288963;
}
</style>
border-color css
<style>
span { border-color: #288963; }
span { border-color: rgb(40,137,99); }
td.TdClassName
{
border-color: #288963;
}
.TagClassName
{
border-color: #288963;
}
</style>