Shades of Eucalyptus #2EA069
Tints of Eucalyptus #2EA069
RGB
CMYK
RGB Variations
Color information
#2EA069 (or 0x2EA069) is known color: Eucalyptus. HEX triplet: 2E, A0 and 69. RGB value is (46,160,105). Sum of RGB (Red+Green+Blue) = 46+160+105=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA069 is #D15F96. Grayscale: #777777. Windows color (decimal): -13721495 or 6922286. OLE color: 6922286.
HSL color Cylindrical-coordinate representation of color #2EA069: hue angle of 151.05º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA069 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 105 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.37 |
| HSL | 151.05º | 0.55% | 0.4% | - |
| HSV(B) | 151.05º | 0.71% | 0.63% | - |
| XYZ | 16.25 | 26.74 | 17.67 | - |
| YUV | 119.64 | 119.73 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 105 | 0.71 | 0 | 0.34 | 0.37 | 151.05 | 0.55 | 0.4 |
| Hex | 2E | A0 | 69 | 47 | 0 | 22 | 25 | 97 | 37 | 28 |
| Octal | 56 | 240 | 151 | 107 | 0 | 42 | 45 | 227 | 67 | 50 |
| Binary | 101110 | 10100000 | 1101001 | 1000111 | 0 | 100010 | 100101 | 10010111 | 110111 | 101000 |
Color Harmonies of #2EA069
Complementary color
Monochromatic Colors of #2EA069
Black with #2EA069
Text Example
Text Example
White with #2EA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA069; }
p { color: rgb(46,160,105); }
H1.HeaderClassName
{
color: #2EA069;
}
.AnyTagClassName
{
color: #2EA069;
}
</style>
background-color css
<style>
a { background-color: #2EA069; }
a { background-color: rgb(46,160,105); }
div.DivClassName
{
background-color: #2EA069;
}
.BgClassName
{
background-color: #2EA069;
}
</style>
border-color css
<style>
span { border-color: #2EA069; }
span { border-color: rgb(46,160,105); }
td.TdClassName
{
border-color: #2EA069;
}
.TagClassName
{
border-color: #2EA069;
}
</style>