Shades of Eucalyptus #2B9560
Tints of Eucalyptus #2B9560
RGB
CMYK
RGB Variations
Color information
#2B9560 (or 0x2B9560) is known color: Eucalyptus. HEX triplet: 2B, 95 and 60. RGB value is (43,149,96). Sum of RGB (Red+Green+Blue) = 43+149+96=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9560 is #D46A9F. Grayscale: #6F6F6F. Windows color (decimal): -13920928 or 6329643. OLE color: 6329643.
HSL color Cylindrical-coordinate representation of color #2B9560: hue angle of 150º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9560 is Cyan = 0.71, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 96 | - |
| CMYK | 0.71 | 0 | 0.36 | 0.42 |
| HSL | 150º | 0.55% | 0.38% | - |
| HSV(B) | 150º | 0.71% | 0.58% | - |
| XYZ | 13.86 | 22.85 | 14.75 | - |
| YUV | 111.26 | 119.38 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 96 | 0.71 | 0 | 0.36 | 0.42 | 150 | 0.55 | 0.38 |
| Hex | 2B | 95 | 60 | 47 | 0 | 24 | 2A | 96 | 37 | 26 |
| Octal | 53 | 225 | 140 | 107 | 0 | 44 | 52 | 226 | 67 | 46 |
| Binary | 101011 | 10010101 | 1100000 | 1000111 | 0 | 100100 | 101010 | 10010110 | 110111 | 100110 |
Color Harmonies of #2B9560
Complementary color
Monochromatic Colors of #2B9560
Black with #2B9560
Text Example
Text Example
White with #2B9560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9560; }
p { color: rgb(43,149,96); }
H1.HeaderClassName
{
color: #2B9560;
}
.AnyTagClassName
{
color: #2B9560;
}
</style>
background-color css
<style>
a { background-color: #2B9560; }
a { background-color: rgb(43,149,96); }
div.DivClassName
{
background-color: #2B9560;
}
.BgClassName
{
background-color: #2B9560;
}
</style>
border-color css
<style>
span { border-color: #2B9560; }
span { border-color: rgb(43,149,96); }
td.TdClassName
{
border-color: #2B9560;
}
.TagClassName
{
border-color: #2B9560;
}
</style>