Shades of Eucalyptus #2B9165
Tints of Eucalyptus #2B9165
RGB
CMYK
RGB Variations
Color information
#2B9165 (or 0x2B9165) is known color: Eucalyptus. HEX triplet: 2B, 91 and 65. RGB value is (43,145,101). Sum of RGB (Red+Green+Blue) = 43+145+101=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9165 is #D46E9A. Grayscale: #6D6D6D. Windows color (decimal): -13921947 or 6656299. OLE color: 6656299.
HSL color Cylindrical-coordinate representation of color #2B9165: hue angle of 154.12º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9165 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 101 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.43 |
| HSL | 154.12º | 0.54% | 0.37% | - |
| HSV(B) | 154.12º | 0.7% | 0.57% | - |
| XYZ | 13.47 | 21.7 | 15.79 | - |
| YUV | 109.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 101 | 0.70 | 0 | 0.30 | 0.43 | 154.12 | 0.54 | 0.37 |
| Hex | 2B | 91 | 65 | 46 | 0 | 1E | 2B | 9A | 36 | 25 |
| Octal | 53 | 221 | 145 | 106 | 0 | 36 | 53 | 232 | 66 | 45 |
| Binary | 101011 | 10010001 | 1100101 | 1000110 | 0 | 11110 | 101011 | 10011010 | 110110 | 100101 |
Color Harmonies of #2B9165
Complementary color
Monochromatic Colors of #2B9165
Black with #2B9165
Text Example
Text Example
White with #2B9165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9165; }
p { color: rgb(43,145,101); }
H1.HeaderClassName
{
color: #2B9165;
}
.AnyTagClassName
{
color: #2B9165;
}
</style>
background-color css
<style>
a { background-color: #2B9165; }
a { background-color: rgb(43,145,101); }
div.DivClassName
{
background-color: #2B9165;
}
.BgClassName
{
background-color: #2B9165;
}
</style>
border-color css
<style>
span { border-color: #2B9165; }
span { border-color: rgb(43,145,101); }
td.TdClassName
{
border-color: #2B9165;
}
.TagClassName
{
border-color: #2B9165;
}
</style>