Shades of Eucalyptus #2E9C68
Tints of Eucalyptus #2E9C68
RGB
CMYK
RGB Variations
Color information
#2E9C68 (or 0x2E9C68) is known color: Eucalyptus. HEX triplet: 2E, 9C and 68. RGB value is (46,156,104). Sum of RGB (Red+Green+Blue) = 46+156+104=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #2E9C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9C68 is #D16397. Grayscale: #757575. Windows color (decimal): -13722520 or 6855726. OLE color: 6855726.
HSL color Cylindrical-coordinate representation of color #2E9C68: hue angle of 151.64º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9C68 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 156 | 104 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.39 |
| HSL | 151.64º | 0.54% | 0.4% | - |
| HSV(B) | 151.64º | 0.71% | 0.61% | - |
| XYZ | 15.51 | 25.36 | 17.17 | - |
| YUV | 117.18 | 120.56 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 104 | 0.71 | 0 | 0.33 | 0.39 | 151.64 | 0.54 | 0.4 |
| Hex | 2E | 9C | 68 | 47 | 0 | 21 | 27 | 98 | 36 | 28 |
| Octal | 56 | 234 | 150 | 107 | 0 | 41 | 47 | 230 | 66 | 50 |
| Binary | 101110 | 10011100 | 1101000 | 1000111 | 0 | 100001 | 100111 | 10011000 | 110110 | 101000 |
Color Harmonies of #2E9C68
Complementary color
Monochromatic Colors of #2E9C68
Black with #2E9C68
Text Example
Text Example
White with #2E9C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9C68; }
p { color: rgb(46,156,104); }
H1.HeaderClassName
{
color: #2E9C68;
}
.AnyTagClassName
{
color: #2E9C68;
}
</style>
background-color css
<style>
a { background-color: #2E9C68; }
a { background-color: rgb(46,156,104); }
div.DivClassName
{
background-color: #2E9C68;
}
.BgClassName
{
background-color: #2E9C68;
}
</style>
border-color css
<style>
span { border-color: #2E9C68; }
span { border-color: rgb(46,156,104); }
td.TdClassName
{
border-color: #2E9C68;
}
.TagClassName
{
border-color: #2E9C68;
}
</style>