Shades of Elf Green #288463
Tints of Elf Green #288463
RGB
CMYK
RGB Variations
Color information
#288463 (or 0x288463) is known color: Elf Green. HEX triplet: 28, 84 and 63. RGB value is (40,132,99). Sum of RGB (Red+Green+Blue) = 40+132+99=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #288463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288463 is #D77B9C. Grayscale: #646464. Windows color (decimal): -14121885 or 6521896. OLE color: 6521896.
HSL color Cylindrical-coordinate representation of color #288463: hue angle of 158.48º 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 #288463 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 132 | 99 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.48 |
| HSL | 158.48º | 0.53% | 0.34% | - |
| HSV(B) | 158.48º | 0.7% | 0.52% | - |
| XYZ | 11.38 | 17.85 | 14.65 | - |
| YUV | 100.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 132 | 99 | 0.70 | 0 | 0.25 | 0.48 | 158.48 | 0.53 | 0.34 |
| Hex | 28 | 84 | 63 | 46 | 0 | 19 | 30 | 9E | 35 | 22 |
| Octal | 50 | 204 | 143 | 106 | 0 | 31 | 60 | 236 | 65 | 42 |
| Binary | 101000 | 10000100 | 1100011 | 1000110 | 0 | 11001 | 110000 | 10011110 | 110101 | 100010 |
Color Harmonies of #288463
Complementary color
Monochromatic Colors of #288463
Black with #288463
Text Example
Text Example
White with #288463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288463; }
p { color: rgb(40,132,99); }
H1.HeaderClassName
{
color: #288463;
}
.AnyTagClassName
{
color: #288463;
}
</style>
background-color css
<style>
a { background-color: #288463; }
a { background-color: rgb(40,132,99); }
div.DivClassName
{
background-color: #288463;
}
.BgClassName
{
background-color: #288463;
}
</style>
border-color css
<style>
span { border-color: #288463; }
span { border-color: rgb(40,132,99); }
td.TdClassName
{
border-color: #288463;
}
.TagClassName
{
border-color: #288463;
}
</style>