Shades of Eucalyptus #2B8B65
Tints of Eucalyptus #2B8B65
RGB
CMYK
RGB Variations
Color information
#2B8B65 (or 0x2B8B65) is known color: Eucalyptus. HEX triplet: 2B, 8B and 65. RGB value is (43,139,101). Sum of RGB (Red+Green+Blue) = 43+139+101=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #2B8B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8B65 is #D4749A. Grayscale: #6A6A6A. Windows color (decimal): -13923483 or 6654763. OLE color: 6654763.
HSL color Cylindrical-coordinate representation of color #2B8B65: hue angle of 156.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8B65 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 139 | 101 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.45 |
| HSL | 156.25º | 0.53% | 0.36% | - |
| HSV(B) | 156.25º | 0.69% | 0.55% | - |
| XYZ | 12.58 | 19.92 | 15.49 | - |
| YUV | 105.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 139 | 101 | 0.69 | 0 | 0.27 | 0.45 | 156.25 | 0.53 | 0.36 |
| Hex | 2B | 8B | 65 | 45 | 0 | 1B | 2D | 9C | 35 | 24 |
| Octal | 53 | 213 | 145 | 105 | 0 | 33 | 55 | 234 | 65 | 44 |
| Binary | 101011 | 10001011 | 1100101 | 1000101 | 0 | 11011 | 101101 | 10011100 | 110101 | 100100 |
Color Harmonies of #2B8B65
Complementary color
Monochromatic Colors of #2B8B65
Black with #2B8B65
Text Example
Text Example
White with #2B8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8B65; }
p { color: rgb(43,139,101); }
H1.HeaderClassName
{
color: #2B8B65;
}
.AnyTagClassName
{
color: #2B8B65;
}
</style>
background-color css
<style>
a { background-color: #2B8B65; }
a { background-color: rgb(43,139,101); }
div.DivClassName
{
background-color: #2B8B65;
}
.BgClassName
{
background-color: #2B8B65;
}
</style>
border-color css
<style>
span { border-color: #2B8B65; }
span { border-color: rgb(43,139,101); }
td.TdClassName
{
border-color: #2B8B65;
}
.TagClassName
{
border-color: #2B8B65;
}
</style>