Shades of Eucalyptus #2E9F59
Tints of Eucalyptus #2E9F59
RGB
CMYK
RGB Variations
Color information
#2E9F59 (or 0x2E9F59) is known color: Eucalyptus. HEX triplet: 2E, 9F and 59. RGB value is (46,159,89). Sum of RGB (Red+Green+Blue) = 46+159+89=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #2E9F59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9F59 is #D160A6. Grayscale: #757575. Windows color (decimal): -13721767 or 5873454. OLE color: 5873454.
HSL color Cylindrical-coordinate representation of color #2E9F59: hue angle of 142.83º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9F59 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 159 | 89 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.38 |
| HSL | 142.83º | 0.55% | 0.4% | - |
| HSV(B) | 142.83º | 0.71% | 0.62% | - |
| XYZ | 15.33 | 26.1 | 13.68 | - |
| YUV | 117.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 89 | 0.71 | 0 | 0.44 | 0.38 | 142.83 | 0.55 | 0.4 |
| Hex | 2E | 9F | 59 | 47 | 0 | 2C | 26 | 8F | 37 | 28 |
| Octal | 56 | 237 | 131 | 107 | 0 | 54 | 46 | 217 | 67 | 50 |
| Binary | 101110 | 10011111 | 1011001 | 1000111 | 0 | 101100 | 100110 | 10001111 | 110111 | 101000 |
Color Harmonies of #2E9F59
Complementary color
Monochromatic Colors of #2E9F59
Black with #2E9F59
Text Example
Text Example
White with #2E9F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9F59; }
p { color: rgb(46,159,89); }
H1.HeaderClassName
{
color: #2E9F59;
}
.AnyTagClassName
{
color: #2E9F59;
}
</style>
background-color css
<style>
a { background-color: #2E9F59; }
a { background-color: rgb(46,159,89); }
div.DivClassName
{
background-color: #2E9F59;
}
.BgClassName
{
background-color: #2E9F59;
}
</style>
border-color css
<style>
span { border-color: #2E9F59; }
span { border-color: rgb(46,159,89); }
td.TdClassName
{
border-color: #2E9F59;
}
.TagClassName
{
border-color: #2E9F59;
}
</style>