Shades of Eucalyptus #2BA758
Tints of Eucalyptus #2BA758
RGB
CMYK
RGB Variations
Color information
#2BA758 (or 0x2BA758) is known color: Eucalyptus. HEX triplet: 2B, A7 and 58. RGB value is (43,167,88). Sum of RGB (Red+Green+Blue) = 43+167+88=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA758 is #D458A7. Grayscale: #797979. Windows color (decimal): -13916328 or 5809963. OLE color: 5809963.
HSL color Cylindrical-coordinate representation of color #2BA758: hue angle of 141.77º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA758 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 88 | - |
| CMYK | 0.74 | 0 | 0.47 | 0.35 |
| HSL | 141.77º | 0.59% | 0.41% | - |
| HSV(B) | 141.77º | 0.74% | 0.65% | - |
| XYZ | 16.58 | 28.86 | 13.93 | - |
| YUV | 120.92 | 109.42 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 88 | 0.74 | 0 | 0.47 | 0.35 | 141.77 | 0.59 | 0.41 |
| Hex | 2B | A7 | 58 | 4A | 0 | 2F | 23 | 8E | 3B | 29 |
| Octal | 53 | 247 | 130 | 112 | 0 | 57 | 43 | 216 | 73 | 51 |
| Binary | 101011 | 10100111 | 1011000 | 1001010 | 0 | 101111 | 100011 | 10001110 | 111011 | 101001 |
Color Harmonies of #2BA758
Complementary color
Monochromatic Colors of #2BA758
Black with #2BA758
Text Example
Text Example
White with #2BA758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA758; }
p { color: rgb(43,167,88); }
H1.HeaderClassName
{
color: #2BA758;
}
.AnyTagClassName
{
color: #2BA758;
}
</style>
background-color css
<style>
a { background-color: #2BA758; }
a { background-color: rgb(43,167,88); }
div.DivClassName
{
background-color: #2BA758;
}
.BgClassName
{
background-color: #2BA758;
}
</style>
border-color css
<style>
span { border-color: #2BA758; }
span { border-color: rgb(43,167,88); }
td.TdClassName
{
border-color: #2BA758;
}
.TagClassName
{
border-color: #2BA758;
}
</style>