Shades of Eucalyptus #2E945B
Tints of Eucalyptus #2E945B
RGB
CMYK
RGB Variations
Color information
#2E945B (or 0x2E945B) is known color: Eucalyptus. HEX triplet: 2E, 94 and 5B. RGB value is (46,148,91). Sum of RGB (Red+Green+Blue) = 46+148+91=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #2E945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E945B is #D16BA4. Grayscale: #6F6F6F. Windows color (decimal): -13724581 or 6001710. OLE color: 6001710.
HSL color Cylindrical-coordinate representation of color #2E945B: hue angle of 146.47º 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 #2E945B is Cyan = 0.69, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 91 | - |
| CMYK | 0.69 | 0 | 0.39 | 0.42 |
| HSL | 146.47º | 0.53% | 0.38% | - |
| HSV(B) | 146.47º | 0.69% | 0.58% | - |
| XYZ | 13.6 | 22.52 | 13.53 | - |
| YUV | 111 | 116.71 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 91 | 0.69 | 0 | 0.39 | 0.42 | 146.47 | 0.53 | 0.38 |
| Hex | 2E | 94 | 5B | 45 | 0 | 27 | 2A | 92 | 35 | 26 |
| Octal | 56 | 224 | 133 | 105 | 0 | 47 | 52 | 222 | 65 | 46 |
| Binary | 101110 | 10010100 | 1011011 | 1000101 | 0 | 100111 | 101010 | 10010010 | 110101 | 100110 |
Color Harmonies of #2E945B
Complementary color
Monochromatic Colors of #2E945B
Black with #2E945B
Text Example
Text Example
White with #2E945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E945B; }
p { color: rgb(46,148,91); }
H1.HeaderClassName
{
color: #2E945B;
}
.AnyTagClassName
{
color: #2E945B;
}
</style>
background-color css
<style>
a { background-color: #2E945B; }
a { background-color: rgb(46,148,91); }
div.DivClassName
{
background-color: #2E945B;
}
.BgClassName
{
background-color: #2E945B;
}
</style>
border-color css
<style>
span { border-color: #2E945B; }
span { border-color: rgb(46,148,91); }
td.TdClassName
{
border-color: #2E945B;
}
.TagClassName
{
border-color: #2E945B;
}
</style>