Shades of Eucalyptus #2B9665
Tints of Eucalyptus #2B9665
RGB
CMYK
RGB Variations
Color information
#2B9665 (or 0x2B9665) is known color: Eucalyptus. HEX triplet: 2B, 96 and 65. RGB value is (43,150,101). Sum of RGB (Red+Green+Blue) = 43+150+101=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9665 is #D4699A. Grayscale: #707070. Windows color (decimal): -13920667 or 6657579. OLE color: 6657579.
HSL color Cylindrical-coordinate representation of color #2B9665: hue angle of 152.52º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9665 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 101 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.41 |
| HSL | 152.52º | 0.55% | 0.38% | - |
| HSV(B) | 152.52º | 0.71% | 0.59% | - |
| XYZ | 14.25 | 23.27 | 16.05 | - |
| YUV | 112.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 101 | 0.71 | 0 | 0.33 | 0.41 | 152.52 | 0.55 | 0.38 |
| Hex | 2B | 96 | 65 | 47 | 0 | 21 | 29 | 99 | 37 | 26 |
| Octal | 53 | 226 | 145 | 107 | 0 | 41 | 51 | 231 | 67 | 46 |
| Binary | 101011 | 10010110 | 1100101 | 1000111 | 0 | 100001 | 101001 | 10011001 | 110111 | 100110 |
Color Harmonies of #2B9665
Complementary color
Monochromatic Colors of #2B9665
Black with #2B9665
Text Example
Text Example
White with #2B9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9665; }
p { color: rgb(43,150,101); }
H1.HeaderClassName
{
color: #2B9665;
}
.AnyTagClassName
{
color: #2B9665;
}
</style>
background-color css
<style>
a { background-color: #2B9665; }
a { background-color: rgb(43,150,101); }
div.DivClassName
{
background-color: #2B9665;
}
.BgClassName
{
background-color: #2B9665;
}
</style>
border-color css
<style>
span { border-color: #2B9665; }
span { border-color: rgb(43,150,101); }
td.TdClassName
{
border-color: #2B9665;
}
.TagClassName
{
border-color: #2B9665;
}
</style>