Shades of Eucalyptus #2E9756
Tints of Eucalyptus #2E9756
RGB
CMYK
RGB Variations
Color information
#2E9756 (or 0x2E9756) is known color: Eucalyptus. HEX triplet: 2E, 97 and 56. RGB value is (46,151,86). Sum of RGB (Red+Green+Blue) = 46+151+86=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #2E9756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9756 is #D168A9. Grayscale: #707070. Windows color (decimal): -13723818 or 5674798. OLE color: 5674798.
HSL color Cylindrical-coordinate representation of color #2E9756: hue angle of 142.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9756 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 86 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.41 |
| HSL | 142.86º | 0.53% | 0.39% | - |
| HSV(B) | 142.86º | 0.7% | 0.59% | - |
| XYZ | 13.87 | 23.39 | 12.59 | - |
| YUV | 112.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 86 | 0.70 | 0 | 0.43 | 0.41 | 142.86 | 0.53 | 0.39 |
| Hex | 2E | 97 | 56 | 46 | 0 | 2B | 29 | 8F | 35 | 27 |
| Octal | 56 | 227 | 126 | 106 | 0 | 53 | 51 | 217 | 65 | 47 |
| Binary | 101110 | 10010111 | 1010110 | 1000110 | 0 | 101011 | 101001 | 10001111 | 110101 | 100111 |
Color Harmonies of #2E9756
Complementary color
Monochromatic Colors of #2E9756
Black with #2E9756
Text Example
Text Example
White with #2E9756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9756; }
p { color: rgb(46,151,86); }
H1.HeaderClassName
{
color: #2E9756;
}
.AnyTagClassName
{
color: #2E9756;
}
</style>
background-color css
<style>
a { background-color: #2E9756; }
a { background-color: rgb(46,151,86); }
div.DivClassName
{
background-color: #2E9756;
}
.BgClassName
{
background-color: #2E9756;
}
</style>
border-color css
<style>
span { border-color: #2E9756; }
span { border-color: rgb(46,151,86); }
td.TdClassName
{
border-color: #2E9756;
}
.TagClassName
{
border-color: #2E9756;
}
</style>