Shades of Eucalyptus #2B9E59
Tints of Eucalyptus #2B9E59
RGB
CMYK
RGB Variations
Color information
#2B9E59 (or 0x2B9E59) is known color: Eucalyptus. HEX triplet: 2B, 9E and 59. RGB value is (43,158,89). Sum of RGB (Red+Green+Blue) = 43+158+89=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E59 is #D461A6. Grayscale: #737373. Windows color (decimal): -13918631 or 5873195. OLE color: 5873195.
HSL color Cylindrical-coordinate representation of color #2B9E59: hue angle of 144º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E59 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 89 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.38 |
| HSL | 144º | 0.57% | 0.39% | - |
| HSV(B) | 144º | 0.73% | 0.62% | - |
| XYZ | 15.03 | 25.69 | 13.62 | - |
| YUV | 115.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 89 | 0.73 | 0 | 0.44 | 0.38 | 144 | 0.57 | 0.39 |
| Hex | 2B | 9E | 59 | 49 | 0 | 2C | 26 | 90 | 39 | 27 |
| Octal | 53 | 236 | 131 | 111 | 0 | 54 | 46 | 220 | 71 | 47 |
| Binary | 101011 | 10011110 | 1011001 | 1001001 | 0 | 101100 | 100110 | 10010000 | 111001 | 100111 |
Color Harmonies of #2B9E59
Complementary color
Monochromatic Colors of #2B9E59
Black with #2B9E59
Text Example
Text Example
White with #2B9E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E59; }
p { color: rgb(43,158,89); }
H1.HeaderClassName
{
color: #2B9E59;
}
.AnyTagClassName
{
color: #2B9E59;
}
</style>
background-color css
<style>
a { background-color: #2B9E59; }
a { background-color: rgb(43,158,89); }
div.DivClassName
{
background-color: #2B9E59;
}
.BgClassName
{
background-color: #2B9E59;
}
</style>
border-color css
<style>
span { border-color: #2B9E59; }
span { border-color: rgb(43,158,89); }
td.TdClassName
{
border-color: #2B9E59;
}
.TagClassName
{
border-color: #2B9E59;
}
</style>