Shades of Elf Green #289075
Tints of Elf Green #289075
RGB
CMYK
RGB Variations
Color information
#289075 (or 0x289075) is known color: Elf Green. HEX triplet: 28, 90 and 75. RGB value is (40,144,117). Sum of RGB (Red+Green+Blue) = 40+144+117=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #289075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289075 is #D76F8A. Grayscale: #6D6D6D. Windows color (decimal): -14118795 or 7704616. OLE color: 7704616.
HSL color Cylindrical-coordinate representation of color #289075: hue angle of 164.42º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289075 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 117 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.44 |
| HSL | 164.42º | 0.57% | 0.36% | - |
| HSV(B) | 164.42º | 0.72% | 0.56% | - |
| XYZ | 14.06 | 21.68 | 20.27 | - |
| YUV | 109.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 117 | 0.72 | 0 | 0.19 | 0.44 | 164.42 | 0.57 | 0.36 |
| Hex | 28 | 90 | 75 | 48 | 0 | 13 | 2C | A4 | 39 | 24 |
| Octal | 50 | 220 | 165 | 110 | 0 | 23 | 54 | 244 | 71 | 44 |
| Binary | 101000 | 10010000 | 1110101 | 1001000 | 0 | 10011 | 101100 | 10100100 | 111001 | 100100 |
Color Harmonies of #289075
Complementary color
Monochromatic Colors of #289075
Black with #289075
Text Example
Text Example
White with #289075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289075; }
p { color: rgb(40,144,117); }
H1.HeaderClassName
{
color: #289075;
}
.AnyTagClassName
{
color: #289075;
}
</style>
background-color css
<style>
a { background-color: #289075; }
a { background-color: rgb(40,144,117); }
div.DivClassName
{
background-color: #289075;
}
.BgClassName
{
background-color: #289075;
}
</style>
border-color css
<style>
span { border-color: #289075; }
span { border-color: rgb(40,144,117); }
td.TdClassName
{
border-color: #289075;
}
.TagClassName
{
border-color: #289075;
}
</style>