Shades of Elf Green #288564
Tints of Elf Green #288564
RGB
CMYK
RGB Variations
Color information
#288564 (or 0x288564) is known color: Elf Green. HEX triplet: 28, 85 and 64. RGB value is (40,133,100). Sum of RGB (Red+Green+Blue) = 40+133+100=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #288564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288564 is #D77A9B. Grayscale: #656565. Windows color (decimal): -14121628 or 6587688. OLE color: 6587688.
HSL color Cylindrical-coordinate representation of color #288564: hue angle of 158.71º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288564 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 100 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.48 |
| HSL | 158.71º | 0.54% | 0.34% | - |
| HSV(B) | 158.71º | 0.7% | 0.52% | - |
| XYZ | 11.56 | 18.15 | 14.95 | - |
| YUV | 101.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 100 | 0.70 | 0 | 0.25 | 0.48 | 158.71 | 0.54 | 0.34 |
| Hex | 28 | 85 | 64 | 46 | 0 | 19 | 30 | 9F | 36 | 22 |
| Octal | 50 | 205 | 144 | 106 | 0 | 31 | 60 | 237 | 66 | 42 |
| Binary | 101000 | 10000101 | 1100100 | 1000110 | 0 | 11001 | 110000 | 10011111 | 110110 | 100010 |
Color Harmonies of #288564
Complementary color
Monochromatic Colors of #288564
Black with #288564
Text Example
Text Example
White with #288564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288564; }
p { color: rgb(40,133,100); }
H1.HeaderClassName
{
color: #288564;
}
.AnyTagClassName
{
color: #288564;
}
</style>
background-color css
<style>
a { background-color: #288564; }
a { background-color: rgb(40,133,100); }
div.DivClassName
{
background-color: #288564;
}
.BgClassName
{
background-color: #288564;
}
</style>
border-color css
<style>
span { border-color: #288564; }
span { border-color: rgb(40,133,100); }
td.TdClassName
{
border-color: #288564;
}
.TagClassName
{
border-color: #288564;
}
</style>