Shades of Eucalyptus #2E966D
Tints of Eucalyptus #2E966D
RGB
CMYK
RGB Variations
Color information
#2E966D (or 0x2E966D) is known color: Eucalyptus. HEX triplet: 2E, 96 and 6D. RGB value is (46,150,109). Sum of RGB (Red+Green+Blue) = 46+150+109=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #2E966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E966D is #D16992. Grayscale: #727272. Windows color (decimal): -13724051 or 7181870. OLE color: 7181870.
HSL color Cylindrical-coordinate representation of color #2E966D: hue angle of 156.35º 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 #2E966D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 150 | 109 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.41 |
| HSL | 156.35º | 0.53% | 0.38% | - |
| HSV(B) | 156.35º | 0.69% | 0.59% | - |
| XYZ | 14.79 | 23.5 | 18.22 | - |
| YUV | 114.23 | 125.04 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 109 | 0.69 | 0 | 0.27 | 0.41 | 156.35 | 0.53 | 0.38 |
| Hex | 2E | 96 | 6D | 45 | 0 | 1B | 29 | 9C | 35 | 26 |
| Octal | 56 | 226 | 155 | 105 | 0 | 33 | 51 | 234 | 65 | 46 |
| Binary | 101110 | 10010110 | 1101101 | 1000101 | 0 | 11011 | 101001 | 10011100 | 110101 | 100110 |
Color Harmonies of #2E966D
Complementary color
Monochromatic Colors of #2E966D
Black with #2E966D
Text Example
Text Example
White with #2E966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E966D; }
p { color: rgb(46,150,109); }
H1.HeaderClassName
{
color: #2E966D;
}
.AnyTagClassName
{
color: #2E966D;
}
</style>
background-color css
<style>
a { background-color: #2E966D; }
a { background-color: rgb(46,150,109); }
div.DivClassName
{
background-color: #2E966D;
}
.BgClassName
{
background-color: #2E966D;
}
</style>
border-color css
<style>
span { border-color: #2E966D; }
span { border-color: rgb(46,150,109); }
td.TdClassName
{
border-color: #2E966D;
}
.TagClassName
{
border-color: #2E966D;
}
</style>