Shades of Elf Green #289875
Tints of Elf Green #289875
RGB
CMYK
RGB Variations
Color information
#289875 (or 0x289875) is known color: Elf Green. HEX triplet: 28, 98 and 75. RGB value is (40,152,117). Sum of RGB (Red+Green+Blue) = 40+152+117=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #289875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289875 is #D7678A. Grayscale: #727272. Windows color (decimal): -14116747 or 7706664. OLE color: 7706664.
HSL color Cylindrical-coordinate representation of color #289875: hue angle of 161.25º 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 #289875 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 117 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.40 |
| HSL | 161.25º | 0.58% | 0.38% | - |
| HSV(B) | 161.25º | 0.74% | 0.6% | - |
| XYZ | 15.31 | 24.19 | 20.69 | - |
| YUV | 114.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 117 | 0.74 | 0 | 0.23 | 0.40 | 161.25 | 0.58 | 0.38 |
| Hex | 28 | 98 | 75 | 4A | 0 | 17 | 28 | A1 | 3A | 26 |
| Octal | 50 | 230 | 165 | 112 | 0 | 27 | 50 | 241 | 72 | 46 |
| Binary | 101000 | 10011000 | 1110101 | 1001010 | 0 | 10111 | 101000 | 10100001 | 111010 | 100110 |
Color Harmonies of #289875
Complementary color
Monochromatic Colors of #289875
Black with #289875
Text Example
Text Example
White with #289875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289875; }
p { color: rgb(40,152,117); }
H1.HeaderClassName
{
color: #289875;
}
.AnyTagClassName
{
color: #289875;
}
</style>
background-color css
<style>
a { background-color: #289875; }
a { background-color: rgb(40,152,117); }
div.DivClassName
{
background-color: #289875;
}
.BgClassName
{
background-color: #289875;
}
</style>
border-color css
<style>
span { border-color: #289875; }
span { border-color: rgb(40,152,117); }
td.TdClassName
{
border-color: #289875;
}
.TagClassName
{
border-color: #289875;
}
</style>