Shades of Elf Green #288763
Tints of Elf Green #288763
RGB
CMYK
RGB Variations
Color information
#288763 (or 0x288763) is known color: Elf Green. HEX triplet: 28, 87 and 63. RGB value is (40,135,99). Sum of RGB (Red+Green+Blue) = 40+135+99=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #288763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288763 is #D7789C. Grayscale: #666666. Windows color (decimal): -14121117 or 6522664. OLE color: 6522664.
HSL color Cylindrical-coordinate representation of color #288763: hue angle of 157.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288763 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 99 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.47 |
| HSL | 157.26º | 0.54% | 0.34% | - |
| HSV(B) | 157.26º | 0.7% | 0.53% | - |
| XYZ | 11.79 | 18.68 | 14.79 | - |
| YUV | 102.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 99 | 0.70 | 0 | 0.27 | 0.47 | 157.26 | 0.54 | 0.34 |
| Hex | 28 | 87 | 63 | 46 | 0 | 1B | 2F | 9D | 36 | 22 |
| Octal | 50 | 207 | 143 | 106 | 0 | 33 | 57 | 235 | 66 | 42 |
| Binary | 101000 | 10000111 | 1100011 | 1000110 | 0 | 11011 | 101111 | 10011101 | 110110 | 100010 |
Color Harmonies of #288763
Complementary color
Monochromatic Colors of #288763
Black with #288763
Text Example
Text Example
White with #288763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288763; }
p { color: rgb(40,135,99); }
H1.HeaderClassName
{
color: #288763;
}
.AnyTagClassName
{
color: #288763;
}
</style>
background-color css
<style>
a { background-color: #288763; }
a { background-color: rgb(40,135,99); }
div.DivClassName
{
background-color: #288763;
}
.BgClassName
{
background-color: #288763;
}
</style>
border-color css
<style>
span { border-color: #288763; }
span { border-color: rgb(40,135,99); }
td.TdClassName
{
border-color: #288763;
}
.TagClassName
{
border-color: #288763;
}
</style>