Shades of Eucalyptus #2E976A
Tints of Eucalyptus #2E976A
RGB
CMYK
RGB Variations
Color information
#2E976A (or 0x2E976A) is known color: Eucalyptus. HEX triplet: 2E, 97 and 6A. RGB value is (46,151,106). Sum of RGB (Red+Green+Blue) = 46+151+106=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #2E976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E976A is #D16895. Grayscale: #727272. Windows color (decimal): -13723798 or 6985518. OLE color: 6985518.
HSL color Cylindrical-coordinate representation of color #2E976A: hue angle of 154.29º 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 #2E976A is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 106 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.41 |
| HSL | 154.29º | 0.53% | 0.39% | - |
| HSV(B) | 154.29º | 0.7% | 0.59% | - |
| XYZ | 14.79 | 23.75 | 17.44 | - |
| YUV | 114.48 | 123.21 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 106 | 0.70 | 0 | 0.30 | 0.41 | 154.29 | 0.53 | 0.39 |
| Hex | 2E | 97 | 6A | 46 | 0 | 1E | 29 | 9A | 35 | 27 |
| Octal | 56 | 227 | 152 | 106 | 0 | 36 | 51 | 232 | 65 | 47 |
| Binary | 101110 | 10010111 | 1101010 | 1000110 | 0 | 11110 | 101001 | 10011010 | 110101 | 100111 |
Color Harmonies of #2E976A
Complementary color
Monochromatic Colors of #2E976A
Black with #2E976A
Text Example
Text Example
White with #2E976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E976A; }
p { color: rgb(46,151,106); }
H1.HeaderClassName
{
color: #2E976A;
}
.AnyTagClassName
{
color: #2E976A;
}
</style>
background-color css
<style>
a { background-color: #2E976A; }
a { background-color: rgb(46,151,106); }
div.DivClassName
{
background-color: #2E976A;
}
.BgClassName
{
background-color: #2E976A;
}
</style>
border-color css
<style>
span { border-color: #2E976A; }
span { border-color: rgb(46,151,106); }
td.TdClassName
{
border-color: #2E976A;
}
.TagClassName
{
border-color: #2E976A;
}
</style>