Shades of Eucalyptus #2E9665
Tints of Eucalyptus #2E9665
RGB
CMYK
RGB Variations
Color information
#2E9665 (or 0x2E9665) is known color: Eucalyptus. HEX triplet: 2E, 96 and 65. RGB value is (46,150,101). Sum of RGB (Red+Green+Blue) = 46+150+101=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9665 is #D1699A. Grayscale: #717171. Windows color (decimal): -13724059 or 6657582. OLE color: 6657582.
HSL color Cylindrical-coordinate representation of color #2E9665: hue angle of 151.73º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9665 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 150 | 101 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.41 |
| HSL | 151.73º | 0.53% | 0.38% | - |
| HSV(B) | 151.73º | 0.69% | 0.59% | - |
| XYZ | 14.38 | 23.33 | 16.06 | - |
| YUV | 113.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 101 | 0.69 | 0 | 0.33 | 0.41 | 151.73 | 0.53 | 0.38 |
| Hex | 2E | 96 | 65 | 45 | 0 | 21 | 29 | 98 | 35 | 26 |
| Octal | 56 | 226 | 145 | 105 | 0 | 41 | 51 | 230 | 65 | 46 |
| Binary | 101110 | 10010110 | 1100101 | 1000101 | 0 | 100001 | 101001 | 10011000 | 110101 | 100110 |
Color Harmonies of #2E9665
Complementary color
Monochromatic Colors of #2E9665
Black with #2E9665
Text Example
Text Example
White with #2E9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9665; }
p { color: rgb(46,150,101); }
H1.HeaderClassName
{
color: #2E9665;
}
.AnyTagClassName
{
color: #2E9665;
}
</style>
background-color css
<style>
a { background-color: #2E9665; }
a { background-color: rgb(46,150,101); }
div.DivClassName
{
background-color: #2E9665;
}
.BgClassName
{
background-color: #2E9665;
}
</style>
border-color css
<style>
span { border-color: #2E9665; }
span { border-color: rgb(46,150,101); }
td.TdClassName
{
border-color: #2E9665;
}
.TagClassName
{
border-color: #2E9665;
}
</style>