Shades of Elf Green #289074
Tints of Elf Green #289074
RGB
CMYK
RGB Variations
Color information
#289074 (or 0x289074) is known color: Elf Green. HEX triplet: 28, 90 and 74. RGB value is (40,144,116). Sum of RGB (Red+Green+Blue) = 40+144+116=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #289074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289074 is #D76F8B. Grayscale: #6D6D6D. Windows color (decimal): -14118796 or 7639080. OLE color: 7639080.
HSL color Cylindrical-coordinate representation of color #289074: hue angle of 163.85º 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 #289074 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 116 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.44 |
| HSL | 163.85º | 0.57% | 0.36% | - |
| HSV(B) | 163.85º | 0.72% | 0.56% | - |
| XYZ | 14 | 21.66 | 19.97 | - |
| YUV | 109.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 116 | 0.72 | 0 | 0.19 | 0.44 | 163.85 | 0.57 | 0.36 |
| Hex | 28 | 90 | 74 | 48 | 0 | 13 | 2C | A4 | 39 | 24 |
| Octal | 50 | 220 | 164 | 110 | 0 | 23 | 54 | 244 | 71 | 44 |
| Binary | 101000 | 10010000 | 1110100 | 1001000 | 0 | 10011 | 101100 | 10100100 | 111001 | 100100 |
Color Harmonies of #289074
Complementary color
Monochromatic Colors of #289074
Black with #289074
Text Example
Text Example
White with #289074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289074; }
p { color: rgb(40,144,116); }
H1.HeaderClassName
{
color: #289074;
}
.AnyTagClassName
{
color: #289074;
}
</style>
background-color css
<style>
a { background-color: #289074; }
a { background-color: rgb(40,144,116); }
div.DivClassName
{
background-color: #289074;
}
.BgClassName
{
background-color: #289074;
}
</style>
border-color css
<style>
span { border-color: #289074; }
span { border-color: rgb(40,144,116); }
td.TdClassName
{
border-color: #289074;
}
.TagClassName
{
border-color: #289074;
}
</style>