Shades of Eucalyptus #2E976C
Tints of Eucalyptus #2E976C
RGB
CMYK
RGB Variations
Color information
#2E976C (or 0x2E976C) is known color: Eucalyptus. HEX triplet: 2E, 97 and 6C. RGB value is (46,151,108). Sum of RGB (Red+Green+Blue) = 46+151+108=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #2E976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E976C is #D16893. Grayscale: #727272. Windows color (decimal): -13723796 or 7116590. OLE color: 7116590.
HSL color Cylindrical-coordinate representation of color #2E976C: hue angle of 155.43º 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 #2E976C is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 108 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.41 |
| HSL | 155.43º | 0.53% | 0.39% | - |
| HSV(B) | 155.43º | 0.7% | 0.59% | - |
| XYZ | 14.9 | 23.8 | 18 | - |
| YUV | 114.7 | 124.21 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 108 | 0.70 | 0 | 0.28 | 0.41 | 155.43 | 0.53 | 0.39 |
| Hex | 2E | 97 | 6C | 46 | 0 | 1C | 29 | 9B | 35 | 27 |
| Octal | 56 | 227 | 154 | 106 | 0 | 34 | 51 | 233 | 65 | 47 |
| Binary | 101110 | 10010111 | 1101100 | 1000110 | 0 | 11100 | 101001 | 10011011 | 110101 | 100111 |
Color Harmonies of #2E976C
Complementary color
Monochromatic Colors of #2E976C
Black with #2E976C
Text Example
Text Example
White with #2E976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E976C; }
p { color: rgb(46,151,108); }
H1.HeaderClassName
{
color: #2E976C;
}
.AnyTagClassName
{
color: #2E976C;
}
</style>
background-color css
<style>
a { background-color: #2E976C; }
a { background-color: rgb(46,151,108); }
div.DivClassName
{
background-color: #2E976C;
}
.BgClassName
{
background-color: #2E976C;
}
</style>
border-color css
<style>
span { border-color: #2E976C; }
span { border-color: rgb(46,151,108); }
td.TdClassName
{
border-color: #2E976C;
}
.TagClassName
{
border-color: #2E976C;
}
</style>