Shades of Elf Green #288363
Tints of Elf Green #288363
RGB
CMYK
RGB Variations
Color information
#288363 (or 0x288363) is known color: Elf Green. HEX triplet: 28, 83 and 63. RGB value is (40,131,99). Sum of RGB (Red+Green+Blue) = 40+131+99=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #288363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288363 is #D77C9C. Grayscale: #646464. Windows color (decimal): -14122141 or 6521640. OLE color: 6521640.
HSL color Cylindrical-coordinate representation of color #288363: hue angle of 158.9º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288363 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 131 | 99 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.49 |
| HSL | 158.9º | 0.53% | 0.34% | - |
| HSV(B) | 158.9º | 0.69% | 0.51% | - |
| XYZ | 11.24 | 17.58 | 14.61 | - |
| YUV | 100.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 131 | 99 | 0.69 | 0 | 0.24 | 0.49 | 158.9 | 0.53 | 0.34 |
| Hex | 28 | 83 | 63 | 45 | 0 | 18 | 31 | 9F | 35 | 22 |
| Octal | 50 | 203 | 143 | 105 | 0 | 30 | 61 | 237 | 65 | 42 |
| Binary | 101000 | 10000011 | 1100011 | 1000101 | 0 | 11000 | 110001 | 10011111 | 110101 | 100010 |
Color Harmonies of #288363
Complementary color
Monochromatic Colors of #288363
Black with #288363
Text Example
Text Example
White with #288363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288363; }
p { color: rgb(40,131,99); }
H1.HeaderClassName
{
color: #288363;
}
.AnyTagClassName
{
color: #288363;
}
</style>
background-color css
<style>
a { background-color: #288363; }
a { background-color: rgb(40,131,99); }
div.DivClassName
{
background-color: #288363;
}
.BgClassName
{
background-color: #288363;
}
</style>
border-color css
<style>
span { border-color: #288363; }
span { border-color: rgb(40,131,99); }
td.TdClassName
{
border-color: #288363;
}
.TagClassName
{
border-color: #288363;
}
</style>