Shades of Eucalyptus #2BA05E
Tints of Eucalyptus #2BA05E
RGB
CMYK
RGB Variations
Color information
#2BA05E (or 0x2BA05E) is known color: Eucalyptus. HEX triplet: 2B, A0 and 5E. RGB value is (43,160,94). Sum of RGB (Red+Green+Blue) = 43+160+94=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA05E is #D45FA1. Grayscale: #757575. Windows color (decimal): -13918114 or 6201387. OLE color: 6201387.
HSL color Cylindrical-coordinate representation of color #2BA05E: hue angle of 146.15º 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 #2BA05E is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 94 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.37 |
| HSL | 146.15º | 0.58% | 0.4% | - |
| HSV(B) | 146.15º | 0.73% | 0.63% | - |
| XYZ | 15.59 | 26.46 | 14.88 | - |
| YUV | 117.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 94 | 0.73 | 0 | 0.41 | 0.37 | 146.15 | 0.58 | 0.4 |
| Hex | 2B | A0 | 5E | 49 | 0 | 29 | 25 | 92 | 3A | 28 |
| Octal | 53 | 240 | 136 | 111 | 0 | 51 | 45 | 222 | 72 | 50 |
| Binary | 101011 | 10100000 | 1011110 | 1001001 | 0 | 101001 | 100101 | 10010010 | 111010 | 101000 |
Color Harmonies of #2BA05E
Complementary color
Monochromatic Colors of #2BA05E
Black with #2BA05E
Text Example
Text Example
White with #2BA05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA05E; }
p { color: rgb(43,160,94); }
H1.HeaderClassName
{
color: #2BA05E;
}
.AnyTagClassName
{
color: #2BA05E;
}
</style>
background-color css
<style>
a { background-color: #2BA05E; }
a { background-color: rgb(43,160,94); }
div.DivClassName
{
background-color: #2BA05E;
}
.BgClassName
{
background-color: #2BA05E;
}
</style>
border-color css
<style>
span { border-color: #2BA05E; }
span { border-color: rgb(43,160,94); }
td.TdClassName
{
border-color: #2BA05E;
}
.TagClassName
{
border-color: #2BA05E;
}
</style>