Shades of Eucalyptus #2B9F55
Tints of Eucalyptus #2B9F55
RGB
CMYK
RGB Variations
Color information
#2B9F55 (or 0x2B9F55) is known color: Eucalyptus. HEX triplet: 2B, 9F and 55. RGB value is (43,159,85). Sum of RGB (Red+Green+Blue) = 43+159+85=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F55 is #D460AA. Grayscale: #747474. Windows color (decimal): -13918379 or 5611307. OLE color: 5611307.
HSL color Cylindrical-coordinate representation of color #2B9F55: hue angle of 141.72º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F55 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 159 | 85 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.38 |
| HSL | 141.72º | 0.57% | 0.4% | - |
| HSV(B) | 141.72º | 0.73% | 0.62% | - |
| XYZ | 15.03 | 25.97 | 12.81 | - |
| YUV | 115.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 85 | 0.73 | 0 | 0.47 | 0.38 | 141.72 | 0.57 | 0.4 |
| Hex | 2B | 9F | 55 | 49 | 0 | 2F | 26 | 8E | 39 | 28 |
| Octal | 53 | 237 | 125 | 111 | 0 | 57 | 46 | 216 | 71 | 50 |
| Binary | 101011 | 10011111 | 1010101 | 1001001 | 0 | 101111 | 100110 | 10001110 | 111001 | 101000 |
Color Harmonies of #2B9F55
Complementary color
Monochromatic Colors of #2B9F55
Black with #2B9F55
Text Example
Text Example
White with #2B9F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9F55; }
p { color: rgb(43,159,85); }
H1.HeaderClassName
{
color: #2B9F55;
}
.AnyTagClassName
{
color: #2B9F55;
}
</style>
background-color css
<style>
a { background-color: #2B9F55; }
a { background-color: rgb(43,159,85); }
div.DivClassName
{
background-color: #2B9F55;
}
.BgClassName
{
background-color: #2B9F55;
}
</style>
border-color css
<style>
span { border-color: #2B9F55; }
span { border-color: rgb(43,159,85); }
td.TdClassName
{
border-color: #2B9F55;
}
.TagClassName
{
border-color: #2B9F55;
}
</style>