Shades of Elf Green #289A70
Tints of Elf Green #289A70
RGB
CMYK
RGB Variations
Color information
#289A70 (or 0x289A70) is known color: Elf Green. HEX triplet: 28, 9A and 70. RGB value is (40,154,112). Sum of RGB (Red+Green+Blue) = 40+154+112=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #289A70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289A70 is #D7658F. Grayscale: #737373. Windows color (decimal): -14116240 or 7379496. OLE color: 7379496.
HSL color Cylindrical-coordinate representation of color #289A70: hue angle of 157.89º 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 #289A70 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 154 | 112 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.40 |
| HSL | 157.89º | 0.59% | 0.38% | - |
| HSV(B) | 157.89º | 0.74% | 0.6% | - |
| XYZ | 15.36 | 24.73 | 19.29 | - |
| YUV | 115.13 | 126.23 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 154 | 112 | 0.74 | 0 | 0.27 | 0.40 | 157.89 | 0.59 | 0.38 |
| Hex | 28 | 9A | 70 | 4A | 0 | 1B | 28 | 9E | 3B | 26 |
| Octal | 50 | 232 | 160 | 112 | 0 | 33 | 50 | 236 | 73 | 46 |
| Binary | 101000 | 10011010 | 1110000 | 1001010 | 0 | 11011 | 101000 | 10011110 | 111011 | 100110 |
Color Harmonies of #289A70
Complementary color
Monochromatic Colors of #289A70
Black with #289A70
Text Example
Text Example
White with #289A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289A70; }
p { color: rgb(40,154,112); }
H1.HeaderClassName
{
color: #289A70;
}
.AnyTagClassName
{
color: #289A70;
}
</style>
background-color css
<style>
a { background-color: #289A70; }
a { background-color: rgb(40,154,112); }
div.DivClassName
{
background-color: #289A70;
}
.BgClassName
{
background-color: #289A70;
}
</style>
border-color css
<style>
span { border-color: #289A70; }
span { border-color: rgb(40,154,112); }
td.TdClassName
{
border-color: #289A70;
}
.TagClassName
{
border-color: #289A70;
}
</style>