Shades of Elf Green #289B73
Tints of Elf Green #289B73
RGB
CMYK
RGB Variations
Color information
#289B73 (or 0x289B73) is known color: Elf Green. HEX triplet: 28, 9B and 73. RGB value is (40,155,115). Sum of RGB (Red+Green+Blue) = 40+155+115=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #289B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B73 is #D7648C. Grayscale: #747474. Windows color (decimal): -14115981 or 7576360. OLE color: 7576360.
HSL color Cylindrical-coordinate representation of color #289B73: hue angle of 159.13º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B73 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 115 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.39 |
| HSL | 159.13º | 0.59% | 0.38% | - |
| HSV(B) | 159.13º | 0.74% | 0.61% | - |
| XYZ | 15.69 | 25.13 | 20.24 | - |
| YUV | 116.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 115 | 0.74 | 0 | 0.26 | 0.39 | 159.13 | 0.59 | 0.38 |
| Hex | 28 | 9B | 73 | 4A | 0 | 1A | 27 | 9F | 3B | 26 |
| Octal | 50 | 233 | 163 | 112 | 0 | 32 | 47 | 237 | 73 | 46 |
| Binary | 101000 | 10011011 | 1110011 | 1001010 | 0 | 11010 | 100111 | 10011111 | 111011 | 100110 |
Color Harmonies of #289B73
Complementary color
Monochromatic Colors of #289B73
Black with #289B73
Text Example
Text Example
White with #289B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B73; }
p { color: rgb(40,155,115); }
H1.HeaderClassName
{
color: #289B73;
}
.AnyTagClassName
{
color: #289B73;
}
</style>
background-color css
<style>
a { background-color: #289B73; }
a { background-color: rgb(40,155,115); }
div.DivClassName
{
background-color: #289B73;
}
.BgClassName
{
background-color: #289B73;
}
</style>
border-color css
<style>
span { border-color: #289B73; }
span { border-color: rgb(40,155,115); }
td.TdClassName
{
border-color: #289B73;
}
.TagClassName
{
border-color: #289B73;
}
</style>