Shades of Elf Green #288063
Tints of Elf Green #288063
RGB
CMYK
RGB Variations
Color information
#288063 (or 0x288063) is known color: Elf Green. HEX triplet: 28, 80 and 63. RGB value is (40,128,99). Sum of RGB (Red+Green+Blue) = 40+128+99=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #288063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288063 is #D77F9C. Grayscale: #626262. Windows color (decimal): -14122909 or 6520872. OLE color: 6520872.
HSL color Cylindrical-coordinate representation of color #288063: hue angle of 160.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288063 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 128 | 99 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.50 |
| HSL | 160.23º | 0.52% | 0.33% | - |
| HSV(B) | 160.23º | 0.69% | 0.5% | - |
| XYZ | 10.85 | 16.79 | 14.47 | - |
| YUV | 98.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 99 | 0.69 | 0 | 0.23 | 0.50 | 160.23 | 0.52 | 0.33 |
| Hex | 28 | 80 | 63 | 45 | 0 | 17 | 32 | A0 | 34 | 21 |
| Octal | 50 | 200 | 143 | 105 | 0 | 27 | 62 | 240 | 64 | 41 |
| Binary | 101000 | 10000000 | 1100011 | 1000101 | 0 | 10111 | 110010 | 10100000 | 110100 | 100001 |
Color Harmonies of #288063
Complementary color
Monochromatic Colors of #288063
Black with #288063
Text Example
Text Example
White with #288063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288063; }
p { color: rgb(40,128,99); }
H1.HeaderClassName
{
color: #288063;
}
.AnyTagClassName
{
color: #288063;
}
</style>
background-color css
<style>
a { background-color: #288063; }
a { background-color: rgb(40,128,99); }
div.DivClassName
{
background-color: #288063;
}
.BgClassName
{
background-color: #288063;
}
</style>
border-color css
<style>
span { border-color: #288063; }
span { border-color: rgb(40,128,99); }
td.TdClassName
{
border-color: #288063;
}
.TagClassName
{
border-color: #288063;
}
</style>