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