Shades of Elf Green #288762
Tints of Elf Green #288762
RGB
CMYK
RGB Variations
Color information
#288762 (or 0x288762) is known color: Elf Green. HEX triplet: 28, 87 and 62. RGB value is (40,135,98). Sum of RGB (Red+Green+Blue) = 40+135+98=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #288762 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288762 is #D7789D. Grayscale: #666666. Windows color (decimal): -14121118 or 6457128. OLE color: 6457128.
HSL color Cylindrical-coordinate representation of color #288762: hue angle of 156.63º 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 #288762 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 98 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.47 |
| HSL | 156.63º | 0.54% | 0.34% | - |
| HSV(B) | 156.63º | 0.7% | 0.53% | - |
| XYZ | 11.74 | 18.66 | 14.54 | - |
| YUV | 102.38 | 125.53 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 98 | 0.70 | 0 | 0.27 | 0.47 | 156.63 | 0.54 | 0.34 |
| Hex | 28 | 87 | 62 | 46 | 0 | 1B | 2F | 9D | 36 | 22 |
| Octal | 50 | 207 | 142 | 106 | 0 | 33 | 57 | 235 | 66 | 42 |
| Binary | 101000 | 10000111 | 1100010 | 1000110 | 0 | 11011 | 101111 | 10011101 | 110110 | 100010 |
Color Harmonies of #288762
Complementary color
Monochromatic Colors of #288762
Black with #288762
Text Example
Text Example
White with #288762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288762; }
p { color: rgb(40,135,98); }
H1.HeaderClassName
{
color: #288762;
}
.AnyTagClassName
{
color: #288762;
}
</style>
background-color css
<style>
a { background-color: #288762; }
a { background-color: rgb(40,135,98); }
div.DivClassName
{
background-color: #288762;
}
.BgClassName
{
background-color: #288762;
}
</style>
border-color css
<style>
span { border-color: #288762; }
span { border-color: rgb(40,135,98); }
td.TdClassName
{
border-color: #288762;
}
.TagClassName
{
border-color: #288762;
}
</style>