Shades of Eucalyptus #2B9D59
Tints of Eucalyptus #2B9D59
RGB
CMYK
RGB Variations
Color information
#2B9D59 (or 0x2B9D59) is known color: Eucalyptus. HEX triplet: 2B, 9D and 59. RGB value is (43,157,89). Sum of RGB (Red+Green+Blue) = 43+157+89=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D59 is #D462A6. Grayscale: #737373. Windows color (decimal): -13918887 or 5872939. OLE color: 5872939.
HSL color Cylindrical-coordinate representation of color #2B9D59: hue angle of 144.21º 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 #2B9D59 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 89 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.38 |
| HSL | 144.21º | 0.57% | 0.39% | - |
| HSV(B) | 144.21º | 0.73% | 0.62% | - |
| XYZ | 14.86 | 25.35 | 13.56 | - |
| YUV | 115.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 89 | 0.73 | 0 | 0.43 | 0.38 | 144.21 | 0.57 | 0.39 |
| Hex | 2B | 9D | 59 | 49 | 0 | 2B | 26 | 90 | 39 | 27 |
| Octal | 53 | 235 | 131 | 111 | 0 | 53 | 46 | 220 | 71 | 47 |
| Binary | 101011 | 10011101 | 1011001 | 1001001 | 0 | 101011 | 100110 | 10010000 | 111001 | 100111 |
Color Harmonies of #2B9D59
Complementary color
Monochromatic Colors of #2B9D59
Black with #2B9D59
Text Example
Text Example
White with #2B9D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D59; }
p { color: rgb(43,157,89); }
H1.HeaderClassName
{
color: #2B9D59;
}
.AnyTagClassName
{
color: #2B9D59;
}
</style>
background-color css
<style>
a { background-color: #2B9D59; }
a { background-color: rgb(43,157,89); }
div.DivClassName
{
background-color: #2B9D59;
}
.BgClassName
{
background-color: #2B9D59;
}
</style>
border-color css
<style>
span { border-color: #2B9D59; }
span { border-color: rgb(43,157,89); }
td.TdClassName
{
border-color: #2B9D59;
}
.TagClassName
{
border-color: #2B9D59;
}
</style>