Shades of Eucalyptus #2E965A
Tints of Eucalyptus #2E965A
RGB
CMYK
RGB Variations
Color information
#2E965A (or 0x2E965A) is known color: Eucalyptus. HEX triplet: 2E, 96 and 5A. RGB value is (46,150,90). Sum of RGB (Red+Green+Blue) = 46+150+90=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 150 (58.98% from 255 or 52.45% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 150 - color contains mainly: green. Hex color #2E965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E965A is #D169A5. Grayscale: #707070. Windows color (decimal): -13724070 or 5936686. OLE color: 5936686.
HSL color Cylindrical-coordinate representation of color #2E965A: hue angle of 145.38º 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 #2E965A is Cyan = 0.69, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 150 | 90 | - |
| CMYK | 0.69 | 0 | 0.4 | 0.41 |
| HSL | 145.38º | 0.53% | 0.38% | - |
| HSV(B) | 145.38º | 0.69% | 0.59% | - |
| XYZ | 13.88 | 23.13 | 13.41 | - |
| YUV | 112.06 | 115.54 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 150 | 90 | 0.69 | 0 | 0.4 | 0.41 | 145.38 | 0.53 | 0.38 |
| Hex | 2E | 96 | 5A | 45 | 0 | 28 | 29 | 91 | 35 | 26 |
| Octal | 56 | 226 | 132 | 105 | 0 | 50 | 51 | 221 | 65 | 46 |
| Binary | 101110 | 10010110 | 1011010 | 1000101 | 0 | 101000 | 101001 | 10010001 | 110101 | 100110 |
Color Harmonies of #2E965A
Complementary color
Monochromatic Colors of #2E965A
Black with #2E965A
Text Example
Text Example
White with #2E965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E965A; }
p { color: rgb(46,150,90); }
H1.HeaderClassName
{
color: #2E965A;
}
.AnyTagClassName
{
color: #2E965A;
}
</style>
background-color css
<style>
a { background-color: #2E965A; }
a { background-color: rgb(46,150,90); }
div.DivClassName
{
background-color: #2E965A;
}
.BgClassName
{
background-color: #2E965A;
}
</style>
border-color css
<style>
span { border-color: #2E965A; }
span { border-color: rgb(46,150,90); }
td.TdClassName
{
border-color: #2E965A;
}
.TagClassName
{
border-color: #2E965A;
}
</style>