Shades of Eucalyptus #2BAB59
Tints of Eucalyptus #2BAB59
RGB
CMYK
RGB Variations
Color information
#2BAB59 (or 0x2BAB59) is known color: Eucalyptus. HEX triplet: 2B, AB and 59. RGB value is (43,171,89). Sum of RGB (Red+Green+Blue) = 43+171+89=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB59 is #D454A6. Grayscale: #7B7B7B. Windows color (decimal): -13915303 or 5876523. OLE color: 5876523.
HSL color Cylindrical-coordinate representation of color #2BAB59: hue angle of 141.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB59 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 89 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.33 |
| HSL | 141.56º | 0.6% | 0.42% | - |
| HSV(B) | 141.56º | 0.75% | 0.67% | - |
| XYZ | 17.36 | 30.36 | 14.4 | - |
| YUV | 123.38 | 108.59 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 89 | 0.75 | 0 | 0.48 | 0.33 | 141.56 | 0.6 | 0.42 |
| Hex | 2B | AB | 59 | 4B | 0 | 30 | 21 | 8E | 3C | 2A |
| Octal | 53 | 253 | 131 | 113 | 0 | 60 | 41 | 216 | 74 | 52 |
| Binary | 101011 | 10101011 | 1011001 | 1001011 | 0 | 110000 | 100001 | 10001110 | 111100 | 101010 |
Color Harmonies of #2BAB59
Complementary color
Monochromatic Colors of #2BAB59
Black with #2BAB59
Text Example
Text Example
White with #2BAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB59; }
p { color: rgb(43,171,89); }
H1.HeaderClassName
{
color: #2BAB59;
}
.AnyTagClassName
{
color: #2BAB59;
}
</style>
background-color css
<style>
a { background-color: #2BAB59; }
a { background-color: rgb(43,171,89); }
div.DivClassName
{
background-color: #2BAB59;
}
.BgClassName
{
background-color: #2BAB59;
}
</style>
border-color css
<style>
span { border-color: #2BAB59; }
span { border-color: rgb(43,171,89); }
td.TdClassName
{
border-color: #2BAB59;
}
.TagClassName
{
border-color: #2BAB59;
}
</style>