Shades of Eucalyptus #2E8D65
Tints of Eucalyptus #2E8D65
RGB
CMYK
RGB Variations
Color information
#2E8D65 (or 0x2E8D65) is known color: Eucalyptus. HEX triplet: 2E, 8D and 65. RGB value is (46,141,101). Sum of RGB (Red+Green+Blue) = 46+141+101=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8D65 is #D1729A. Grayscale: #6C6C6C. Windows color (decimal): -13726363 or 6655278. OLE color: 6655278.
HSL color Cylindrical-coordinate representation of color #2E8D65: hue angle of 154.74º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D65 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 141 | 101 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.45 |
| HSL | 154.74º | 0.51% | 0.37% | - |
| HSV(B) | 154.74º | 0.67% | 0.55% | - |
| XYZ | 13 | 20.57 | 15.6 | - |
| YUV | 108.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 141 | 101 | 0.67 | 0 | 0.28 | 0.45 | 154.74 | 0.51 | 0.37 |
| Hex | 2E | 8D | 65 | 43 | 0 | 1C | 2D | 9B | 33 | 25 |
| Octal | 56 | 215 | 145 | 103 | 0 | 34 | 55 | 233 | 63 | 45 |
| Binary | 101110 | 10001101 | 1100101 | 1000011 | 0 | 11100 | 101101 | 10011011 | 110011 | 100101 |
Color Harmonies of #2E8D65
Complementary color
Monochromatic Colors of #2E8D65
Black with #2E8D65
Text Example
Text Example
White with #2E8D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8D65; }
p { color: rgb(46,141,101); }
H1.HeaderClassName
{
color: #2E8D65;
}
.AnyTagClassName
{
color: #2E8D65;
}
</style>
background-color css
<style>
a { background-color: #2E8D65; }
a { background-color: rgb(46,141,101); }
div.DivClassName
{
background-color: #2E8D65;
}
.BgClassName
{
background-color: #2E8D65;
}
</style>
border-color css
<style>
span { border-color: #2E8D65; }
span { border-color: rgb(46,141,101); }
td.TdClassName
{
border-color: #2E8D65;
}
.TagClassName
{
border-color: #2E8D65;
}
</style>