Shades of Elf Green #288672
Tints of Elf Green #288672
RGB
CMYK
RGB Variations
Color information
#288672 (or 0x288672) is known color: Elf Green. HEX triplet: 28, 86 and 72. RGB value is (40,134,114). Sum of RGB (Red+Green+Blue) = 40+134+114=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #288672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288672 is #D7798D. Grayscale: #676767. Windows color (decimal): -14121358 or 7505448. OLE color: 7505448.
HSL color Cylindrical-coordinate representation of color #288672: hue angle of 167.23º 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 #288672 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 134 | 114 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.47 |
| HSL | 167.23º | 0.54% | 0.34% | - |
| HSV(B) | 167.23º | 0.7% | 0.53% | - |
| XYZ | 12.44 | 18.72 | 18.88 | - |
| YUV | 103.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 114 | 0.70 | 0 | 0.15 | 0.47 | 167.23 | 0.54 | 0.34 |
| Hex | 28 | 86 | 72 | 46 | 0 | F | 2F | A7 | 36 | 22 |
| Octal | 50 | 206 | 162 | 106 | 0 | 17 | 57 | 247 | 66 | 42 |
| Binary | 101000 | 10000110 | 1110010 | 1000110 | 0 | 1111 | 101111 | 10100111 | 110110 | 100010 |
Color Harmonies of #288672
Complementary color
Monochromatic Colors of #288672
Black with #288672
Text Example
Text Example
White with #288672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288672; }
p { color: rgb(40,134,114); }
H1.HeaderClassName
{
color: #288672;
}
.AnyTagClassName
{
color: #288672;
}
</style>
background-color css
<style>
a { background-color: #288672; }
a { background-color: rgb(40,134,114); }
div.DivClassName
{
background-color: #288672;
}
.BgClassName
{
background-color: #288672;
}
</style>
border-color css
<style>
span { border-color: #288672; }
span { border-color: rgb(40,134,114); }
td.TdClassName
{
border-color: #288672;
}
.TagClassName
{
border-color: #288672;
}
</style>