Shades of Eucalyptus #2E976B
Tints of Eucalyptus #2E976B
RGB
CMYK
RGB Variations
Color information
#2E976B (or 0x2E976B) is known color: Eucalyptus. HEX triplet: 2E, 97 and 6B. RGB value is (46,151,107). Sum of RGB (Red+Green+Blue) = 46+151+107=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #2E976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E976B is #D16894. Grayscale: #727272. Windows color (decimal): -13723797 or 7051054. OLE color: 7051054.
HSL color Cylindrical-coordinate representation of color #2E976B: hue angle of 154.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 #2E976B is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 107 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.41 |
| HSL | 154.86º | 0.53% | 0.39% | - |
| HSV(B) | 154.86º | 0.7% | 0.59% | - |
| XYZ | 14.85 | 23.78 | 17.72 | - |
| YUV | 114.59 | 123.71 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 107 | 0.70 | 0 | 0.29 | 0.41 | 154.86 | 0.53 | 0.39 |
| Hex | 2E | 97 | 6B | 46 | 0 | 1D | 29 | 9B | 35 | 27 |
| Octal | 56 | 227 | 153 | 106 | 0 | 35 | 51 | 233 | 65 | 47 |
| Binary | 101110 | 10010111 | 1101011 | 1000110 | 0 | 11101 | 101001 | 10011011 | 110101 | 100111 |
Color Harmonies of #2E976B
Complementary color
Monochromatic Colors of #2E976B
Black with #2E976B
Text Example
Text Example
White with #2E976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E976B; }
p { color: rgb(46,151,107); }
H1.HeaderClassName
{
color: #2E976B;
}
.AnyTagClassName
{
color: #2E976B;
}
</style>
background-color css
<style>
a { background-color: #2E976B; }
a { background-color: rgb(46,151,107); }
div.DivClassName
{
background-color: #2E976B;
}
.BgClassName
{
background-color: #2E976B;
}
</style>
border-color css
<style>
span { border-color: #2E976B; }
span { border-color: rgb(46,151,107); }
td.TdClassName
{
border-color: #2E976B;
}
.TagClassName
{
border-color: #2E976B;
}
</style>