Shades of Eucalyptus #2BA257
Tints of Eucalyptus #2BA257
RGB
CMYK
RGB Variations
Color information
#2BA257 (or 0x2BA257) is known color: Eucalyptus. HEX triplet: 2B, A2 and 57. RGB value is (43,162,87). Sum of RGB (Red+Green+Blue) = 43+162+87=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA257 is #D45DA8. Grayscale: #767676. Windows color (decimal): -13917609 or 5743147. OLE color: 5743147.
HSL color Cylindrical-coordinate representation of color #2BA257: hue angle of 142.18º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA257 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 87 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.36 |
| HSL | 142.18º | 0.58% | 0.4% | - |
| HSV(B) | 142.18º | 0.73% | 0.64% | - |
| XYZ | 15.64 | 27.04 | 13.41 | - |
| YUV | 117.87 | 110.58 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 87 | 0.73 | 0 | 0.46 | 0.36 | 142.18 | 0.58 | 0.4 |
| Hex | 2B | A2 | 57 | 49 | 0 | 2E | 24 | 8E | 3A | 28 |
| Octal | 53 | 242 | 127 | 111 | 0 | 56 | 44 | 216 | 72 | 50 |
| Binary | 101011 | 10100010 | 1010111 | 1001001 | 0 | 101110 | 100100 | 10001110 | 111010 | 101000 |
Color Harmonies of #2BA257
Complementary color
Monochromatic Colors of #2BA257
Black with #2BA257
Text Example
Text Example
White with #2BA257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA257; }
p { color: rgb(43,162,87); }
H1.HeaderClassName
{
color: #2BA257;
}
.AnyTagClassName
{
color: #2BA257;
}
</style>
background-color css
<style>
a { background-color: #2BA257; }
a { background-color: rgb(43,162,87); }
div.DivClassName
{
background-color: #2BA257;
}
.BgClassName
{
background-color: #2BA257;
}
</style>
border-color css
<style>
span { border-color: #2BA257; }
span { border-color: rgb(43,162,87); }
td.TdClassName
{
border-color: #2BA257;
}
.TagClassName
{
border-color: #2BA257;
}
</style>