Shades of Elf Green #289A74
Tints of Elf Green #289A74
RGB
CMYK
RGB Variations
Color information
#289A74 (or 0x289A74) is known color: Elf Green. HEX triplet: 28, 9A and 74. RGB value is (40,154,116). Sum of RGB (Red+Green+Blue) = 40+154+116=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #289A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289A74 is #D7658B. Grayscale: #737373. Windows color (decimal): -14116236 or 7641640. OLE color: 7641640.
HSL color Cylindrical-coordinate representation of color #289A74: hue angle of 160º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289A74 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 116 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.40 |
| HSL | 160º | 0.59% | 0.38% | - |
| HSV(B) | 160º | 0.74% | 0.6% | - |
| XYZ | 15.58 | 24.82 | 20.49 | - |
| YUV | 115.58 | 128.23 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 116 | 0.74 | 0 | 0.25 | 0.40 | 160 | 0.59 | 0.38 |
| Hex | 28 | 9A | 74 | 4A | 0 | 19 | 28 | A0 | 3B | 26 |
| Octal | 50 | 232 | 164 | 112 | 0 | 31 | 50 | 240 | 73 | 46 |
| Binary | 101000 | 10011010 | 1110100 | 1001010 | 0 | 11001 | 101000 | 10100000 | 111011 | 100110 |
Color Harmonies of #289A74
Complementary color
Monochromatic Colors of #289A74
Black with #289A74
Text Example
Text Example
White with #289A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A74; }
p { color: rgb(40,154,116); }
H1.HeaderClassName
{
color: #289A74;
}
.AnyTagClassName
{
color: #289A74;
}
</style>
background-color css
<style>
a { background-color: #289A74; }
a { background-color: rgb(40,154,116); }
div.DivClassName
{
background-color: #289A74;
}
.BgClassName
{
background-color: #289A74;
}
</style>
border-color css
<style>
span { border-color: #289A74; }
span { border-color: rgb(40,154,116); }
td.TdClassName
{
border-color: #289A74;
}
.TagClassName
{
border-color: #289A74;
}
</style>