Shades of Elf Green #289378
Tints of Elf Green #289378
RGB
CMYK
RGB Variations
Color information
#289378 (or 0x289378) is known color: Elf Green. HEX triplet: 28, 93 and 78. RGB value is (40,147,120). Sum of RGB (Red+Green+Blue) = 40+147+120=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #289378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289378 is #D76C87. Grayscale: #6F6F6F. Windows color (decimal): -14118024 or 7901992. OLE color: 7901992.
HSL color Cylindrical-coordinate representation of color #289378: hue angle of 164.86º 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 #289378 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 120 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.42 |
| HSL | 164.86º | 0.57% | 0.37% | - |
| HSV(B) | 164.86º | 0.73% | 0.58% | - |
| XYZ | 14.7 | 22.67 | 21.37 | - |
| YUV | 111.93 | 132.55 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 120 | 0.73 | 0 | 0.18 | 0.42 | 164.86 | 0.57 | 0.37 |
| Hex | 28 | 93 | 78 | 49 | 0 | 12 | 2A | A5 | 39 | 25 |
| Octal | 50 | 223 | 170 | 111 | 0 | 22 | 52 | 245 | 71 | 45 |
| Binary | 101000 | 10010011 | 1111000 | 1001001 | 0 | 10010 | 101010 | 10100101 | 111001 | 100101 |
Color Harmonies of #289378
Complementary color
Monochromatic Colors of #289378
Black with #289378
Text Example
Text Example
White with #289378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289378; }
p { color: rgb(40,147,120); }
H1.HeaderClassName
{
color: #289378;
}
.AnyTagClassName
{
color: #289378;
}
</style>
background-color css
<style>
a { background-color: #289378; }
a { background-color: rgb(40,147,120); }
div.DivClassName
{
background-color: #289378;
}
.BgClassName
{
background-color: #289378;
}
</style>
border-color css
<style>
span { border-color: #289378; }
span { border-color: rgb(40,147,120); }
td.TdClassName
{
border-color: #289378;
}
.TagClassName
{
border-color: #289378;
}
</style>