Shades of Eucalyptus #2E9F64
Tints of Eucalyptus #2E9F64
RGB
CMYK
RGB Variations
Color information
#2E9F64 (or 0x2E9F64) is known color: Eucalyptus. HEX triplet: 2E, 9F and 64. RGB value is (46,159,100). Sum of RGB (Red+Green+Blue) = 46+159+100=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #2E9F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9F64 is #D1609B. Grayscale: #767676. Windows color (decimal): -13721756 or 6594350. OLE color: 6594350.
HSL color Cylindrical-coordinate representation of color #2E9F64: hue angle of 148.67º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9F64 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 159 | 100 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.38 |
| HSL | 148.67º | 0.55% | 0.4% | - |
| HSV(B) | 148.67º | 0.71% | 0.62% | - |
| XYZ | 15.83 | 26.3 | 16.3 | - |
| YUV | 118.49 | 117.56 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 159 | 100 | 0.71 | 0 | 0.37 | 0.38 | 148.67 | 0.55 | 0.4 |
| Hex | 2E | 9F | 64 | 47 | 0 | 25 | 26 | 95 | 37 | 28 |
| Octal | 56 | 237 | 144 | 107 | 0 | 45 | 46 | 225 | 67 | 50 |
| Binary | 101110 | 10011111 | 1100100 | 1000111 | 0 | 100101 | 100110 | 10010101 | 110111 | 101000 |
Color Harmonies of #2E9F64
Complementary color
Monochromatic Colors of #2E9F64
Black with #2E9F64
Text Example
Text Example
White with #2E9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9F64; }
p { color: rgb(46,159,100); }
H1.HeaderClassName
{
color: #2E9F64;
}
.AnyTagClassName
{
color: #2E9F64;
}
</style>
background-color css
<style>
a { background-color: #2E9F64; }
a { background-color: rgb(46,159,100); }
div.DivClassName
{
background-color: #2E9F64;
}
.BgClassName
{
background-color: #2E9F64;
}
</style>
border-color css
<style>
span { border-color: #2E9F64; }
span { border-color: rgb(46,159,100); }
td.TdClassName
{
border-color: #2E9F64;
}
.TagClassName
{
border-color: #2E9F64;
}
</style>