Shades of Eucalyptus #2E955C
Tints of Eucalyptus #2E955C
RGB
CMYK
RGB Variations
Color information
#2E955C (or 0x2E955C) is known color: Eucalyptus. HEX triplet: 2E, 95 and 5C. RGB value is (46,149,92). Sum of RGB (Red+Green+Blue) = 46+149+92=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #2E955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E955C is #D16AA3. Grayscale: #6F6F6F. Windows color (decimal): -13724324 or 6067502. OLE color: 6067502.
HSL color Cylindrical-coordinate representation of color #2E955C: hue angle of 146.8º 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 #2E955C is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 92 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.42 |
| HSL | 146.8º | 0.53% | 0.38% | - |
| HSV(B) | 146.8º | 0.69% | 0.58% | - |
| XYZ | 13.81 | 22.85 | 13.81 | - |
| YUV | 111.71 | 116.88 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 92 | 0.69 | 0 | 0.38 | 0.42 | 146.8 | 0.53 | 0.38 |
| Hex | 2E | 95 | 5C | 45 | 0 | 26 | 2A | 93 | 35 | 26 |
| Octal | 56 | 225 | 134 | 105 | 0 | 46 | 52 | 223 | 65 | 46 |
| Binary | 101110 | 10010101 | 1011100 | 1000101 | 0 | 100110 | 101010 | 10010011 | 110101 | 100110 |
Color Harmonies of #2E955C
Complementary color
Monochromatic Colors of #2E955C
Black with #2E955C
Text Example
Text Example
White with #2E955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E955C; }
p { color: rgb(46,149,92); }
H1.HeaderClassName
{
color: #2E955C;
}
.AnyTagClassName
{
color: #2E955C;
}
</style>
background-color css
<style>
a { background-color: #2E955C; }
a { background-color: rgb(46,149,92); }
div.DivClassName
{
background-color: #2E955C;
}
.BgClassName
{
background-color: #2E955C;
}
</style>
border-color css
<style>
span { border-color: #2E955C; }
span { border-color: rgb(46,149,92); }
td.TdClassName
{
border-color: #2E955C;
}
.TagClassName
{
border-color: #2E955C;
}
</style>