Shades of Eucalyptus #2BA160
Tints of Eucalyptus #2BA160
RGB
CMYK
RGB Variations
Color information
#2BA160 (or 0x2BA160) is known color: Eucalyptus. HEX triplet: 2B, A1 and 60. RGB value is (43,161,96). Sum of RGB (Red+Green+Blue) = 43+161+96=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA160 is #D45E9F. Grayscale: #767676. Windows color (decimal): -13917856 or 6332715. OLE color: 6332715.
HSL color Cylindrical-coordinate representation of color #2BA160: hue angle of 146.95º 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 #2BA160 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 96 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.37 |
| HSL | 146.95º | 0.58% | 0.4% | - |
| HSV(B) | 146.95º | 0.73% | 0.63% | - |
| XYZ | 15.85 | 26.85 | 15.41 | - |
| YUV | 118.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 96 | 0.73 | 0 | 0.40 | 0.37 | 146.95 | 0.58 | 0.4 |
| Hex | 2B | A1 | 60 | 49 | 0 | 28 | 25 | 93 | 3A | 28 |
| Octal | 53 | 241 | 140 | 111 | 0 | 50 | 45 | 223 | 72 | 50 |
| Binary | 101011 | 10100001 | 1100000 | 1001001 | 0 | 101000 | 100101 | 10010011 | 111010 | 101000 |
Color Harmonies of #2BA160
Complementary color
Monochromatic Colors of #2BA160
Black with #2BA160
Text Example
Text Example
White with #2BA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA160; }
p { color: rgb(43,161,96); }
H1.HeaderClassName
{
color: #2BA160;
}
.AnyTagClassName
{
color: #2BA160;
}
</style>
background-color css
<style>
a { background-color: #2BA160; }
a { background-color: rgb(43,161,96); }
div.DivClassName
{
background-color: #2BA160;
}
.BgClassName
{
background-color: #2BA160;
}
</style>
border-color css
<style>
span { border-color: #2BA160; }
span { border-color: rgb(43,161,96); }
td.TdClassName
{
border-color: #2BA160;
}
.TagClassName
{
border-color: #2BA160;
}
</style>