Shades of Eucalyptus #2BA053
Tints of Eucalyptus #2BA053
RGB
CMYK
RGB Variations
Color information
#2BA053 (or 0x2BA053) is known color: Eucalyptus. HEX triplet: 2B, A0 and 53. RGB value is (43,160,83). Sum of RGB (Red+Green+Blue) = 43+160+83=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 160 (62.89% from 255 or 55.94% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA053 is #D45FAC. Grayscale: #747474. Windows color (decimal): -13918125 or 5480491. OLE color: 5480491.
HSL color Cylindrical-coordinate representation of color #2BA053: hue angle of 140.51º 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 #2BA053 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 83 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.37 |
| HSL | 140.51º | 0.58% | 0.4% | - |
| HSV(B) | 140.51º | 0.73% | 0.63% | - |
| XYZ | 15.13 | 26.28 | 12.46 | - |
| YUV | 116.24 | 109.24 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 83 | 0.73 | 0 | 0.48 | 0.37 | 140.51 | 0.58 | 0.4 |
| Hex | 2B | A0 | 53 | 49 | 0 | 30 | 25 | 8D | 3A | 28 |
| Octal | 53 | 240 | 123 | 111 | 0 | 60 | 45 | 215 | 72 | 50 |
| Binary | 101011 | 10100000 | 1010011 | 1001001 | 0 | 110000 | 100101 | 10001101 | 111010 | 101000 |
Color Harmonies of #2BA053
Complementary color
Monochromatic Colors of #2BA053
Black with #2BA053
Text Example
Text Example
White with #2BA053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA053; }
p { color: rgb(43,160,83); }
H1.HeaderClassName
{
color: #2BA053;
}
.AnyTagClassName
{
color: #2BA053;
}
</style>
background-color css
<style>
a { background-color: #2BA053; }
a { background-color: rgb(43,160,83); }
div.DivClassName
{
background-color: #2BA053;
}
.BgClassName
{
background-color: #2BA053;
}
</style>
border-color css
<style>
span { border-color: #2BA053; }
span { border-color: rgb(43,160,83); }
td.TdClassName
{
border-color: #2BA053;
}
.TagClassName
{
border-color: #2BA053;
}
</style>