Shades of Eucalyptus #2B9959
Tints of Eucalyptus #2B9959
RGB
CMYK
RGB Variations
Color information
#2B9959 (or 0x2B9959) is known color: Eucalyptus. HEX triplet: 2B, 99 and 59. RGB value is (43,153,89). Sum of RGB (Red+Green+Blue) = 43+153+89=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9959 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9959 is #D466A6. Grayscale: #707070. Windows color (decimal): -13919911 or 5871915. OLE color: 5871915.
HSL color Cylindrical-coordinate representation of color #2B9959: hue angle of 145.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9959 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 89 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.4 |
| HSL | 145.09º | 0.56% | 0.38% | - |
| HSV(B) | 145.09º | 0.72% | 0.6% | - |
| XYZ | 14.19 | 24.02 | 13.34 | - |
| YUV | 112.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 89 | 0.72 | 0 | 0.42 | 0.4 | 145.09 | 0.56 | 0.38 |
| Hex | 2B | 99 | 59 | 48 | 0 | 2A | 28 | 91 | 38 | 26 |
| Octal | 53 | 231 | 131 | 110 | 0 | 52 | 50 | 221 | 70 | 46 |
| Binary | 101011 | 10011001 | 1011001 | 1001000 | 0 | 101010 | 101000 | 10010001 | 111000 | 100110 |
Color Harmonies of #2B9959
Complementary color
Monochromatic Colors of #2B9959
Black with #2B9959
Text Example
Text Example
White with #2B9959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9959; }
p { color: rgb(43,153,89); }
H1.HeaderClassName
{
color: #2B9959;
}
.AnyTagClassName
{
color: #2B9959;
}
</style>
background-color css
<style>
a { background-color: #2B9959; }
a { background-color: rgb(43,153,89); }
div.DivClassName
{
background-color: #2B9959;
}
.BgClassName
{
background-color: #2B9959;
}
</style>
border-color css
<style>
span { border-color: #2B9959; }
span { border-color: rgb(43,153,89); }
td.TdClassName
{
border-color: #2B9959;
}
.TagClassName
{
border-color: #2B9959;
}
</style>