Shades of Eucalyptus #2E9570
Tints of Eucalyptus #2E9570
RGB
CMYK
RGB Variations
Color information
#2E9570 (or 0x2E9570) is known color: Eucalyptus. HEX triplet: 2E, 95 and 70. RGB value is (46,149,112). Sum of RGB (Red+Green+Blue) = 46+149+112=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9570 is #D16A8F. Grayscale: #727272. Windows color (decimal): -13724304 or 7378222. OLE color: 7378222.
HSL color Cylindrical-coordinate representation of color #2E9570: hue angle of 158.45º 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 #2E9570 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 112 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.42 |
| HSL | 158.45º | 0.53% | 0.38% | - |
| HSV(B) | 158.45º | 0.69% | 0.58% | - |
| XYZ | 14.8 | 23.25 | 19.04 | - |
| YUV | 113.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 112 | 0.69 | 0 | 0.25 | 0.42 | 158.45 | 0.53 | 0.38 |
| Hex | 2E | 95 | 70 | 45 | 0 | 19 | 2A | 9E | 35 | 26 |
| Octal | 56 | 225 | 160 | 105 | 0 | 31 | 52 | 236 | 65 | 46 |
| Binary | 101110 | 10010101 | 1110000 | 1000101 | 0 | 11001 | 101010 | 10011110 | 110101 | 100110 |
Color Harmonies of #2E9570
Complementary color
Monochromatic Colors of #2E9570
Black with #2E9570
Text Example
Text Example
White with #2E9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9570; }
p { color: rgb(46,149,112); }
H1.HeaderClassName
{
color: #2E9570;
}
.AnyTagClassName
{
color: #2E9570;
}
</style>
background-color css
<style>
a { background-color: #2E9570; }
a { background-color: rgb(46,149,112); }
div.DivClassName
{
background-color: #2E9570;
}
.BgClassName
{
background-color: #2E9570;
}
</style>
border-color css
<style>
span { border-color: #2E9570; }
span { border-color: rgb(46,149,112); }
td.TdClassName
{
border-color: #2E9570;
}
.TagClassName
{
border-color: #2E9570;
}
</style>