Shades of Elf Green #289976
Tints of Elf Green #289976
RGB
CMYK
RGB Variations
Color information
#289976 (or 0x289976) is known color: Elf Green. HEX triplet: 28, 99 and 76. RGB value is (40,153,118). Sum of RGB (Red+Green+Blue) = 40+153+118=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #289976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289976 is #D76689. Grayscale: #737373. Windows color (decimal): -14116490 or 7772456. OLE color: 7772456.
HSL color Cylindrical-coordinate representation of color #289976: hue angle of 161.42º degrees, saturation: 0.59, 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 #289976 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 118 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.4 |
| HSL | 161.42º | 0.59% | 0.38% | - |
| HSV(B) | 161.42º | 0.74% | 0.6% | - |
| XYZ | 15.54 | 24.54 | 21.06 | - |
| YUV | 115.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 118 | 0.74 | 0 | 0.23 | 0.4 | 161.42 | 0.59 | 0.38 |
| Hex | 28 | 99 | 76 | 4A | 0 | 17 | 28 | A1 | 3B | 26 |
| Octal | 50 | 231 | 166 | 112 | 0 | 27 | 50 | 241 | 73 | 46 |
| Binary | 101000 | 10011001 | 1110110 | 1001010 | 0 | 10111 | 101000 | 10100001 | 111011 | 100110 |
Color Harmonies of #289976
Complementary color
Monochromatic Colors of #289976
Black with #289976
Text Example
Text Example
White with #289976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289976; }
p { color: rgb(40,153,118); }
H1.HeaderClassName
{
color: #289976;
}
.AnyTagClassName
{
color: #289976;
}
</style>
background-color css
<style>
a { background-color: #289976; }
a { background-color: rgb(40,153,118); }
div.DivClassName
{
background-color: #289976;
}
.BgClassName
{
background-color: #289976;
}
</style>
border-color css
<style>
span { border-color: #289976; }
span { border-color: rgb(40,153,118); }
td.TdClassName
{
border-color: #289976;
}
.TagClassName
{
border-color: #289976;
}
</style>