Shades of Elf Green #289175
Tints of Elf Green #289175
RGB
CMYK
RGB Variations
Color information
#289175 (or 0x289175) is known color: Elf Green. HEX triplet: 28, 91 and 75. RGB value is (40,145,117). Sum of RGB (Red+Green+Blue) = 40+145+117=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #289175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289175 is #D76E8A. Grayscale: #6E6E6E. Windows color (decimal): -14118539 or 7704872. OLE color: 7704872.
HSL color Cylindrical-coordinate representation of color #289175: hue angle of 164º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289175 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 117 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.43 |
| HSL | 164º | 0.57% | 0.36% | - |
| HSV(B) | 164º | 0.72% | 0.57% | - |
| XYZ | 14.21 | 21.99 | 20.32 | - |
| YUV | 110.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 117 | 0.72 | 0 | 0.19 | 0.43 | 164 | 0.57 | 0.36 |
| Hex | 28 | 91 | 75 | 48 | 0 | 13 | 2B | A4 | 39 | 24 |
| Octal | 50 | 221 | 165 | 110 | 0 | 23 | 53 | 244 | 71 | 44 |
| Binary | 101000 | 10010001 | 1110101 | 1001000 | 0 | 10011 | 101011 | 10100100 | 111001 | 100100 |
Color Harmonies of #289175
Complementary color
Monochromatic Colors of #289175
Black with #289175
Text Example
Text Example
White with #289175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289175; }
p { color: rgb(40,145,117); }
H1.HeaderClassName
{
color: #289175;
}
.AnyTagClassName
{
color: #289175;
}
</style>
background-color css
<style>
a { background-color: #289175; }
a { background-color: rgb(40,145,117); }
div.DivClassName
{
background-color: #289175;
}
.BgClassName
{
background-color: #289175;
}
</style>
border-color css
<style>
span { border-color: #289175; }
span { border-color: rgb(40,145,117); }
td.TdClassName
{
border-color: #289175;
}
.TagClassName
{
border-color: #289175;
}
</style>