Shades of Eucalyptus #2B9F60
Tints of Eucalyptus #2B9F60
RGB
CMYK
RGB Variations
Color information
#2B9F60 (or 0x2B9F60) is known color: Eucalyptus. HEX triplet: 2B, 9F and 60. RGB value is (43,159,96). Sum of RGB (Red+Green+Blue) = 43+159+96=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F60 is #D4609F. Grayscale: #757575. Windows color (decimal): -13918368 or 6332203. OLE color: 6332203.
HSL color Cylindrical-coordinate representation of color #2B9F60: hue angle of 147.41º 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 #2B9F60 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 159 | 96 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.38 |
| HSL | 147.41º | 0.57% | 0.4% | - |
| HSV(B) | 147.41º | 0.73% | 0.62% | - |
| XYZ | 15.51 | 26.15 | 15.3 | - |
| YUV | 117.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 96 | 0.73 | 0 | 0.40 | 0.38 | 147.41 | 0.57 | 0.4 |
| Hex | 2B | 9F | 60 | 49 | 0 | 28 | 26 | 93 | 39 | 28 |
| Octal | 53 | 237 | 140 | 111 | 0 | 50 | 46 | 223 | 71 | 50 |
| Binary | 101011 | 10011111 | 1100000 | 1001001 | 0 | 101000 | 100110 | 10010011 | 111001 | 101000 |
Color Harmonies of #2B9F60
Complementary color
Monochromatic Colors of #2B9F60
Black with #2B9F60
Text Example
Text Example
White with #2B9F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9F60; }
p { color: rgb(43,159,96); }
H1.HeaderClassName
{
color: #2B9F60;
}
.AnyTagClassName
{
color: #2B9F60;
}
</style>
background-color css
<style>
a { background-color: #2B9F60; }
a { background-color: rgb(43,159,96); }
div.DivClassName
{
background-color: #2B9F60;
}
.BgClassName
{
background-color: #2B9F60;
}
</style>
border-color css
<style>
span { border-color: #2B9F60; }
span { border-color: rgb(43,159,96); }
td.TdClassName
{
border-color: #2B9F60;
}
.TagClassName
{
border-color: #2B9F60;
}
</style>