Shades of Eucalyptus #2BA158
Tints of Eucalyptus #2BA158
RGB
CMYK
RGB Variations
Color information
#2BA158 (or 0x2BA158) is known color: Eucalyptus. HEX triplet: 2B, A1 and 58. RGB value is (43,161,88). Sum of RGB (Red+Green+Blue) = 43+161+88=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA158 is #D45EA7. Grayscale: #757575. Windows color (decimal): -13917864 or 5808427. OLE color: 5808427.
HSL color Cylindrical-coordinate representation of color #2BA158: hue angle of 142.88º 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 #2BA158 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 88 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.37 |
| HSL | 142.88º | 0.58% | 0.4% | - |
| HSV(B) | 142.88º | 0.73% | 0.63% | - |
| XYZ | 15.5 | 26.71 | 13.57 | - |
| YUV | 117.4 | 111.41 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 88 | 0.73 | 0 | 0.45 | 0.37 | 142.88 | 0.58 | 0.4 |
| Hex | 2B | A1 | 58 | 49 | 0 | 2D | 25 | 8F | 3A | 28 |
| Octal | 53 | 241 | 130 | 111 | 0 | 55 | 45 | 217 | 72 | 50 |
| Binary | 101011 | 10100001 | 1011000 | 1001001 | 0 | 101101 | 100101 | 10001111 | 111010 | 101000 |
Color Harmonies of #2BA158
Complementary color
Monochromatic Colors of #2BA158
Black with #2BA158
Text Example
Text Example
White with #2BA158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA158; }
p { color: rgb(43,161,88); }
H1.HeaderClassName
{
color: #2BA158;
}
.AnyTagClassName
{
color: #2BA158;
}
</style>
background-color css
<style>
a { background-color: #2BA158; }
a { background-color: rgb(43,161,88); }
div.DivClassName
{
background-color: #2BA158;
}
.BgClassName
{
background-color: #2BA158;
}
</style>
border-color css
<style>
span { border-color: #2BA158; }
span { border-color: rgb(43,161,88); }
td.TdClassName
{
border-color: #2BA158;
}
.TagClassName
{
border-color: #2BA158;
}
</style>