Shades of Eucalyptus #2BA05D
Tints of Eucalyptus #2BA05D
RGB
CMYK
RGB Variations
Color information
#2BA05D (or 0x2BA05D) is known color: Eucalyptus. HEX triplet: 2B, A0 and 5D. RGB value is (43,160,93). Sum of RGB (Red+Green+Blue) = 43+160+93=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA05D is #D45FA2. Grayscale: #757575. Windows color (decimal): -13918115 or 6135851. OLE color: 6135851.
HSL color Cylindrical-coordinate representation of color #2BA05D: hue angle of 145.64º 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 #2BA05D is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 93 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.37 |
| HSL | 145.64º | 0.58% | 0.4% | - |
| HSV(B) | 145.64º | 0.73% | 0.63% | - |
| XYZ | 15.54 | 26.45 | 14.64 | - |
| YUV | 117.38 | 114.24 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 93 | 0.73 | 0 | 0.42 | 0.37 | 145.64 | 0.58 | 0.4 |
| Hex | 2B | A0 | 5D | 49 | 0 | 2A | 25 | 92 | 3A | 28 |
| Octal | 53 | 240 | 135 | 111 | 0 | 52 | 45 | 222 | 72 | 50 |
| Binary | 101011 | 10100000 | 1011101 | 1001001 | 0 | 101010 | 100101 | 10010010 | 111010 | 101000 |
Color Harmonies of #2BA05D
Complementary color
Monochromatic Colors of #2BA05D
Black with #2BA05D
Text Example
Text Example
White with #2BA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA05D; }
p { color: rgb(43,160,93); }
H1.HeaderClassName
{
color: #2BA05D;
}
.AnyTagClassName
{
color: #2BA05D;
}
</style>
background-color css
<style>
a { background-color: #2BA05D; }
a { background-color: rgb(43,160,93); }
div.DivClassName
{
background-color: #2BA05D;
}
.BgClassName
{
background-color: #2BA05D;
}
</style>
border-color css
<style>
span { border-color: #2BA05D; }
span { border-color: rgb(43,160,93); }
td.TdClassName
{
border-color: #2BA05D;
}
.TagClassName
{
border-color: #2BA05D;
}
</style>