Shades of Elf Green #289376
Tints of Elf Green #289376
RGB
CMYK
RGB Variations
Color information
#289376 (or 0x289376) is known color: Elf Green. HEX triplet: 28, 93 and 76. RGB value is (40,147,118). Sum of RGB (Red+Green+Blue) = 40+147+118=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #289376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289376 is #D76C89. Grayscale: #6F6F6F. Windows color (decimal): -14118026 or 7770920. OLE color: 7770920.
HSL color Cylindrical-coordinate representation of color #289376: hue angle of 163.74º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289376 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 118 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.42 |
| HSL | 163.74º | 0.57% | 0.37% | - |
| HSV(B) | 163.74º | 0.73% | 0.58% | - |
| XYZ | 14.58 | 22.63 | 20.74 | - |
| YUV | 111.7 | 131.55 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 118 | 0.73 | 0 | 0.20 | 0.42 | 163.74 | 0.57 | 0.37 |
| Hex | 28 | 93 | 76 | 49 | 0 | 14 | 2A | A4 | 39 | 25 |
| Octal | 50 | 223 | 166 | 111 | 0 | 24 | 52 | 244 | 71 | 45 |
| Binary | 101000 | 10010011 | 1110110 | 1001001 | 0 | 10100 | 101010 | 10100100 | 111001 | 100101 |
Color Harmonies of #289376
Complementary color
Monochromatic Colors of #289376
Black with #289376
Text Example
Text Example
White with #289376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289376; }
p { color: rgb(40,147,118); }
H1.HeaderClassName
{
color: #289376;
}
.AnyTagClassName
{
color: #289376;
}
</style>
background-color css
<style>
a { background-color: #289376; }
a { background-color: rgb(40,147,118); }
div.DivClassName
{
background-color: #289376;
}
.BgClassName
{
background-color: #289376;
}
</style>
border-color css
<style>
span { border-color: #289376; }
span { border-color: rgb(40,147,118); }
td.TdClassName
{
border-color: #289376;
}
.TagClassName
{
border-color: #289376;
}
</style>