Shades of Eucalyptus #2E966F
Tints of Eucalyptus #2E966F
RGB
CMYK
RGB Variations
Color information
#2E966F (or 0x2E966F) is known color: Eucalyptus. HEX triplet: 2E, 96 and 6F. RGB value is (46,150,111). Sum of RGB (Red+Green+Blue) = 46+150+111=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #2E966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E966F is #D16990. Grayscale: #727272. Windows color (decimal): -13724049 or 7312942. OLE color: 7312942.
HSL color Cylindrical-coordinate representation of color #2E966F: hue angle of 157.5º 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 #2E966F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 150 | 111 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.41 |
| HSL | 157.5º | 0.53% | 0.38% | - |
| HSV(B) | 157.5º | 0.69% | 0.59% | - |
| XYZ | 14.9 | 23.54 | 18.8 | - |
| YUV | 114.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 111 | 0.69 | 0 | 0.26 | 0.41 | 157.5 | 0.53 | 0.38 |
| Hex | 2E | 96 | 6F | 45 | 0 | 1A | 29 | 9E | 35 | 26 |
| Octal | 56 | 226 | 157 | 105 | 0 | 32 | 51 | 236 | 65 | 46 |
| Binary | 101110 | 10010110 | 1101111 | 1000101 | 0 | 11010 | 101001 | 10011110 | 110101 | 100110 |
Color Harmonies of #2E966F
Complementary color
Monochromatic Colors of #2E966F
Black with #2E966F
Text Example
Text Example
White with #2E966F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E966F; }
p { color: rgb(46,150,111); }
H1.HeaderClassName
{
color: #2E966F;
}
.AnyTagClassName
{
color: #2E966F;
}
</style>
background-color css
<style>
a { background-color: #2E966F; }
a { background-color: rgb(46,150,111); }
div.DivClassName
{
background-color: #2E966F;
}
.BgClassName
{
background-color: #2E966F;
}
</style>
border-color css
<style>
span { border-color: #2E966F; }
span { border-color: rgb(46,150,111); }
td.TdClassName
{
border-color: #2E966F;
}
.TagClassName
{
border-color: #2E966F;
}
</style>