Shades of Eucalyptus #2E9B72
Tints of Eucalyptus #2E9B72
RGB
CMYK
RGB Variations
Color information
#2E9B72 (or 0x2E9B72) is known color: Eucalyptus. HEX triplet: 2E, 9B and 72. RGB value is (46,155,114). Sum of RGB (Red+Green+Blue) = 46+155+114=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9B72 is #D1648D. Grayscale: #757575. Windows color (decimal): -13722766 or 7510830. OLE color: 7510830.
HSL color Cylindrical-coordinate representation of color #2E9B72: hue angle of 157.43º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9B72 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 155 | 114 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.39 |
| HSL | 157.43º | 0.54% | 0.39% | - |
| HSV(B) | 157.43º | 0.7% | 0.61% | - |
| XYZ | 15.89 | 25.24 | 19.95 | - |
| YUV | 117.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 114 | 0.70 | 0 | 0.26 | 0.39 | 157.43 | 0.54 | 0.39 |
| Hex | 2E | 9B | 72 | 46 | 0 | 1A | 27 | 9D | 36 | 27 |
| Octal | 56 | 233 | 162 | 106 | 0 | 32 | 47 | 235 | 66 | 47 |
| Binary | 101110 | 10011011 | 1110010 | 1000110 | 0 | 11010 | 100111 | 10011101 | 110110 | 100111 |
Color Harmonies of #2E9B72
Complementary color
Monochromatic Colors of #2E9B72
Black with #2E9B72
Text Example
Text Example
White with #2E9B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9B72; }
p { color: rgb(46,155,114); }
H1.HeaderClassName
{
color: #2E9B72;
}
.AnyTagClassName
{
color: #2E9B72;
}
</style>
background-color css
<style>
a { background-color: #2E9B72; }
a { background-color: rgb(46,155,114); }
div.DivClassName
{
background-color: #2E9B72;
}
.BgClassName
{
background-color: #2E9B72;
}
</style>
border-color css
<style>
span { border-color: #2E9B72; }
span { border-color: rgb(46,155,114); }
td.TdClassName
{
border-color: #2E9B72;
}
.TagClassName
{
border-color: #2E9B72;
}
</style>