Shades of Eucalyptus #2BA159
Tints of Eucalyptus #2BA159
RGB
CMYK
RGB Variations
Color information
#2BA159 (or 0x2BA159) is known color: Eucalyptus. HEX triplet: 2B, A1 and 59. RGB value is (43,161,89). Sum of RGB (Red+Green+Blue) = 43+161+89=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA159 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA159 is #D45EA6. Grayscale: #757575. Windows color (decimal): -13917863 or 5873963. OLE color: 5873963.
HSL color Cylindrical-coordinate representation of color #2BA159: hue angle of 143.39º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA159 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 89 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.37 |
| HSL | 143.39º | 0.58% | 0.4% | - |
| HSV(B) | 143.39º | 0.73% | 0.63% | - |
| XYZ | 15.54 | 26.72 | 13.79 | - |
| YUV | 117.51 | 111.91 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 89 | 0.73 | 0 | 0.45 | 0.37 | 143.39 | 0.58 | 0.4 |
| Hex | 2B | A1 | 59 | 49 | 0 | 2D | 25 | 8F | 3A | 28 |
| Octal | 53 | 241 | 131 | 111 | 0 | 55 | 45 | 217 | 72 | 50 |
| Binary | 101011 | 10100001 | 1011001 | 1001001 | 0 | 101101 | 100101 | 10001111 | 111010 | 101000 |
Color Harmonies of #2BA159
Complementary color
Monochromatic Colors of #2BA159
Black with #2BA159
Text Example
Text Example
White with #2BA159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA159; }
p { color: rgb(43,161,89); }
H1.HeaderClassName
{
color: #2BA159;
}
.AnyTagClassName
{
color: #2BA159;
}
</style>
background-color css
<style>
a { background-color: #2BA159; }
a { background-color: rgb(43,161,89); }
div.DivClassName
{
background-color: #2BA159;
}
.BgClassName
{
background-color: #2BA159;
}
</style>
border-color css
<style>
span { border-color: #2BA159; }
span { border-color: rgb(43,161,89); }
td.TdClassName
{
border-color: #2BA159;
}
.TagClassName
{
border-color: #2BA159;
}
</style>