Shades of Eucalyptus #2E9971
Tints of Eucalyptus #2E9971
RGB
CMYK
RGB Variations
Color information
#2E9971 (or 0x2E9971) is known color: Eucalyptus. HEX triplet: 2E, 99 and 71. RGB value is (46,153,113). Sum of RGB (Red+Green+Blue) = 46+153+113=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #2E9971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9971 is #D1668E. Grayscale: #747474. Windows color (decimal): -13723279 or 7444782. OLE color: 7444782.
HSL color Cylindrical-coordinate representation of color #2E9971: hue angle of 157.57º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9971 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 113 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.4 |
| HSL | 157.57º | 0.54% | 0.39% | - |
| HSV(B) | 157.57º | 0.7% | 0.6% | - |
| XYZ | 15.5 | 24.56 | 19.55 | - |
| YUV | 116.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 113 | 0.70 | 0 | 0.26 | 0.4 | 157.57 | 0.54 | 0.39 |
| Hex | 2E | 99 | 71 | 46 | 0 | 1A | 28 | 9E | 36 | 27 |
| Octal | 56 | 231 | 161 | 106 | 0 | 32 | 50 | 236 | 66 | 47 |
| Binary | 101110 | 10011001 | 1110001 | 1000110 | 0 | 11010 | 101000 | 10011110 | 110110 | 100111 |
Color Harmonies of #2E9971
Complementary color
Monochromatic Colors of #2E9971
Black with #2E9971
Text Example
Text Example
White with #2E9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9971; }
p { color: rgb(46,153,113); }
H1.HeaderClassName
{
color: #2E9971;
}
.AnyTagClassName
{
color: #2E9971;
}
</style>
background-color css
<style>
a { background-color: #2E9971; }
a { background-color: rgb(46,153,113); }
div.DivClassName
{
background-color: #2E9971;
}
.BgClassName
{
background-color: #2E9971;
}
</style>
border-color css
<style>
span { border-color: #2E9971; }
span { border-color: rgb(46,153,113); }
td.TdClassName
{
border-color: #2E9971;
}
.TagClassName
{
border-color: #2E9971;
}
</style>