Shades of Eucalyptus #2E9464
Tints of Eucalyptus #2E9464
RGB
CMYK
RGB Variations
Color information
#2E9464 (or 0x2E9464) is known color: Eucalyptus. HEX triplet: 2E, 94 and 64. RGB value is (46,148,100). Sum of RGB (Red+Green+Blue) = 46+148+100=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9464 is #D16B9B. Grayscale: #707070. Windows color (decimal): -13724572 or 6591534. OLE color: 6591534.
HSL color Cylindrical-coordinate representation of color #2E9464: hue angle of 151.76º 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 #2E9464 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 100 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.42 |
| HSL | 151.76º | 0.53% | 0.38% | - |
| HSV(B) | 151.76º | 0.69% | 0.58% | - |
| XYZ | 14.02 | 22.68 | 15.7 | - |
| YUV | 112.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 100 | 0.69 | 0 | 0.32 | 0.42 | 151.76 | 0.53 | 0.38 |
| Hex | 2E | 94 | 64 | 45 | 0 | 20 | 2A | 98 | 35 | 26 |
| Octal | 56 | 224 | 144 | 105 | 0 | 40 | 52 | 230 | 65 | 46 |
| Binary | 101110 | 10010100 | 1100100 | 1000101 | 0 | 100000 | 101010 | 10011000 | 110101 | 100110 |
Color Harmonies of #2E9464
Complementary color
Monochromatic Colors of #2E9464
Black with #2E9464
Text Example
Text Example
White with #2E9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9464; }
p { color: rgb(46,148,100); }
H1.HeaderClassName
{
color: #2E9464;
}
.AnyTagClassName
{
color: #2E9464;
}
</style>
background-color css
<style>
a { background-color: #2E9464; }
a { background-color: rgb(46,148,100); }
div.DivClassName
{
background-color: #2E9464;
}
.BgClassName
{
background-color: #2E9464;
}
</style>
border-color css
<style>
span { border-color: #2E9464; }
span { border-color: rgb(46,148,100); }
td.TdClassName
{
border-color: #2E9464;
}
.TagClassName
{
border-color: #2E9464;
}
</style>