Shades of Eucalyptus #2BA85B
Tints of Eucalyptus #2BA85B
RGB
CMYK
RGB Variations
Color information
#2BA85B (or 0x2BA85B) is known color: Eucalyptus. HEX triplet: 2B, A8 and 5B. RGB value is (43,168,91). Sum of RGB (Red+Green+Blue) = 43+168+91=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 168 (66.02% from 255 or 55.63% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA85B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA85B is #D457A4. Grayscale: #7A7A7A. Windows color (decimal): -13916069 or 6006827. OLE color: 6006827.
HSL color Cylindrical-coordinate representation of color #2BA85B: hue angle of 143.04º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA85B is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 91 | - |
| CMYK | 0.74 | 0 | 0.46 | 0.34 |
| HSL | 143.04º | 0.59% | 0.41% | - |
| HSV(B) | 143.04º | 0.74% | 0.66% | - |
| XYZ | 16.89 | 29.27 | 14.66 | - |
| YUV | 121.85 | 110.59 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 91 | 0.74 | 0 | 0.46 | 0.34 | 143.04 | 0.59 | 0.41 |
| Hex | 2B | A8 | 5B | 4A | 0 | 2E | 22 | 8F | 3B | 29 |
| Octal | 53 | 250 | 133 | 112 | 0 | 56 | 42 | 217 | 73 | 51 |
| Binary | 101011 | 10101000 | 1011011 | 1001010 | 0 | 101110 | 100010 | 10001111 | 111011 | 101001 |
Color Harmonies of #2BA85B
Complementary color
Monochromatic Colors of #2BA85B
Black with #2BA85B
Text Example
Text Example
White with #2BA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA85B; }
p { color: rgb(43,168,91); }
H1.HeaderClassName
{
color: #2BA85B;
}
.AnyTagClassName
{
color: #2BA85B;
}
</style>
background-color css
<style>
a { background-color: #2BA85B; }
a { background-color: rgb(43,168,91); }
div.DivClassName
{
background-color: #2BA85B;
}
.BgClassName
{
background-color: #2BA85B;
}
</style>
border-color css
<style>
span { border-color: #2BA85B; }
span { border-color: rgb(43,168,91); }
td.TdClassName
{
border-color: #2BA85B;
}
.TagClassName
{
border-color: #2BA85B;
}
</style>