Shades of Elf Green #288464
Tints of Elf Green #288464
RGB
CMYK
RGB Variations
Color information
#288464 (or 0x288464) is known color: Elf Green. HEX triplet: 28, 84 and 64. RGB value is (40,132,100). Sum of RGB (Red+Green+Blue) = 40+132+100=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #288464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288464 is #D77B9B. Grayscale: #646464. Windows color (decimal): -14121884 or 6587432. OLE color: 6587432.
HSL color Cylindrical-coordinate representation of color #288464: hue angle of 159.13º degrees, saturation: 0.53, 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 #288464 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 100 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.48 |
| HSL | 159.13º | 0.53% | 0.34% | - |
| HSV(B) | 159.13º | 0.7% | 0.52% | - |
| XYZ | 11.43 | 17.87 | 14.9 | - |
| YUV | 100.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 100 | 0.70 | 0 | 0.24 | 0.48 | 159.13 | 0.53 | 0.34 |
| Hex | 28 | 84 | 64 | 46 | 0 | 18 | 30 | 9F | 35 | 22 |
| Octal | 50 | 204 | 144 | 106 | 0 | 30 | 60 | 237 | 65 | 42 |
| Binary | 101000 | 10000100 | 1100100 | 1000110 | 0 | 11000 | 110000 | 10011111 | 110101 | 100010 |
Color Harmonies of #288464
Complementary color
Monochromatic Colors of #288464
Black with #288464
Text Example
Text Example
White with #288464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288464; }
p { color: rgb(40,132,100); }
H1.HeaderClassName
{
color: #288464;
}
.AnyTagClassName
{
color: #288464;
}
</style>
background-color css
<style>
a { background-color: #288464; }
a { background-color: rgb(40,132,100); }
div.DivClassName
{
background-color: #288464;
}
.BgClassName
{
background-color: #288464;
}
</style>
border-color css
<style>
span { border-color: #288464; }
span { border-color: rgb(40,132,100); }
td.TdClassName
{
border-color: #288464;
}
.TagClassName
{
border-color: #288464;
}
</style>