Shades of Elf Green #289872
Tints of Elf Green #289872
RGB
CMYK
RGB Variations
Color information
#289872 (or 0x289872) is known color: Elf Green. HEX triplet: 28, 98 and 72. RGB value is (40,152,114). Sum of RGB (Red+Green+Blue) = 40+152+114=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #289872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289872 is #D7678D. Grayscale: #727272. Windows color (decimal): -14116750 or 7510056. OLE color: 7510056.
HSL color Cylindrical-coordinate representation of color #289872: hue angle of 159.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289872 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 114 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.40 |
| HSL | 159.64º | 0.58% | 0.38% | - |
| HSV(B) | 159.64º | 0.74% | 0.6% | - |
| XYZ | 15.14 | 24.12 | 19.78 | - |
| YUV | 114.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 114 | 0.74 | 0 | 0.25 | 0.40 | 159.64 | 0.58 | 0.38 |
| Hex | 28 | 98 | 72 | 4A | 0 | 19 | 28 | A0 | 3A | 26 |
| Octal | 50 | 230 | 162 | 112 | 0 | 31 | 50 | 240 | 72 | 46 |
| Binary | 101000 | 10011000 | 1110010 | 1001010 | 0 | 11001 | 101000 | 10100000 | 111010 | 100110 |
Color Harmonies of #289872
Complementary color
Monochromatic Colors of #289872
Black with #289872
Text Example
Text Example
White with #289872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289872; }
p { color: rgb(40,152,114); }
H1.HeaderClassName
{
color: #289872;
}
.AnyTagClassName
{
color: #289872;
}
</style>
background-color css
<style>
a { background-color: #289872; }
a { background-color: rgb(40,152,114); }
div.DivClassName
{
background-color: #289872;
}
.BgClassName
{
background-color: #289872;
}
</style>
border-color css
<style>
span { border-color: #289872; }
span { border-color: rgb(40,152,114); }
td.TdClassName
{
border-color: #289872;
}
.TagClassName
{
border-color: #289872;
}
</style>