Shades of Eucalyptus #2E9E54
Tints of Eucalyptus #2E9E54
RGB
CMYK
RGB Variations
Color information
#2E9E54 (or 0x2E9E54) is known color: Eucalyptus. HEX triplet: 2E, 9E and 54. RGB value is (46,158,84). Sum of RGB (Red+Green+Blue) = 46+158+84=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9E54 is #D161AB. Grayscale: #747474. Windows color (decimal): -13722028 or 5545518. OLE color: 5545518.
HSL color Cylindrical-coordinate representation of color #2E9E54: hue angle of 140.36º 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 #2E9E54 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 158 | 84 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.38 |
| HSL | 140.36º | 0.55% | 0.4% | - |
| HSV(B) | 140.36º | 0.71% | 0.62% | - |
| XYZ | 14.95 | 25.67 | 12.56 | - |
| YUV | 116.08 | 109.89 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 84 | 0.71 | 0 | 0.47 | 0.38 | 140.36 | 0.55 | 0.4 |
| Hex | 2E | 9E | 54 | 47 | 0 | 2F | 26 | 8C | 37 | 28 |
| Octal | 56 | 236 | 124 | 107 | 0 | 57 | 46 | 214 | 67 | 50 |
| Binary | 101110 | 10011110 | 1010100 | 1000111 | 0 | 101111 | 100110 | 10001100 | 110111 | 101000 |
Color Harmonies of #2E9E54
Complementary color
Monochromatic Colors of #2E9E54
Black with #2E9E54
Text Example
Text Example
White with #2E9E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9E54; }
p { color: rgb(46,158,84); }
H1.HeaderClassName
{
color: #2E9E54;
}
.AnyTagClassName
{
color: #2E9E54;
}
</style>
background-color css
<style>
a { background-color: #2E9E54; }
a { background-color: rgb(46,158,84); }
div.DivClassName
{
background-color: #2E9E54;
}
.BgClassName
{
background-color: #2E9E54;
}
</style>
border-color css
<style>
span { border-color: #2E9E54; }
span { border-color: rgb(46,158,84); }
td.TdClassName
{
border-color: #2E9E54;
}
.TagClassName
{
border-color: #2E9E54;
}
</style>