Shades of Eucalyptus #2E945D
Tints of Eucalyptus #2E945D
RGB
CMYK
RGB Variations
Color information
#2E945D (or 0x2E945D) is known color: Eucalyptus. HEX triplet: 2E, 94 and 5D. RGB value is (46,148,93). Sum of RGB (Red+Green+Blue) = 46+148+93=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #2E945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E945D is #D16BA2. Grayscale: #6F6F6F. Windows color (decimal): -13724579 or 6132782. OLE color: 6132782.
HSL color Cylindrical-coordinate representation of color #2E945D: hue angle of 147.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E945D is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 93 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.42 |
| HSL | 147.65º | 0.53% | 0.38% | - |
| HSV(B) | 147.65º | 0.69% | 0.58% | - |
| XYZ | 13.69 | 22.55 | 13.99 | - |
| YUV | 111.23 | 117.71 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 93 | 0.69 | 0 | 0.37 | 0.42 | 147.65 | 0.53 | 0.38 |
| Hex | 2E | 94 | 5D | 45 | 0 | 25 | 2A | 94 | 35 | 26 |
| Octal | 56 | 224 | 135 | 105 | 0 | 45 | 52 | 224 | 65 | 46 |
| Binary | 101110 | 10010100 | 1011101 | 1000101 | 0 | 100101 | 101010 | 10010100 | 110101 | 100110 |
Color Harmonies of #2E945D
Complementary color
Monochromatic Colors of #2E945D
Black with #2E945D
Text Example
Text Example
White with #2E945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E945D; }
p { color: rgb(46,148,93); }
H1.HeaderClassName
{
color: #2E945D;
}
.AnyTagClassName
{
color: #2E945D;
}
</style>
background-color css
<style>
a { background-color: #2E945D; }
a { background-color: rgb(46,148,93); }
div.DivClassName
{
background-color: #2E945D;
}
.BgClassName
{
background-color: #2E945D;
}
</style>
border-color css
<style>
span { border-color: #2E945D; }
span { border-color: rgb(46,148,93); }
td.TdClassName
{
border-color: #2E945D;
}
.TagClassName
{
border-color: #2E945D;
}
</style>