Shades of Eucalyptus #2BA064
Tints of Eucalyptus #2BA064
RGB
CMYK
RGB Variations
Color information
#2BA064 (or 0x2BA064) is known color: Eucalyptus. HEX triplet: 2B, A0 and 64. RGB value is (43,160,100). Sum of RGB (Red+Green+Blue) = 43+160+100=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA064 is #D45F9B. Grayscale: #767676. Windows color (decimal): -13918108 or 6594603. OLE color: 6594603.
HSL color Cylindrical-coordinate representation of color #2BA064: hue angle of 149.23º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA064 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 100 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.37 |
| HSL | 149.23º | 0.58% | 0.4% | - |
| HSV(B) | 149.23º | 0.73% | 0.63% | - |
| XYZ | 15.87 | 26.58 | 16.35 | - |
| YUV | 118.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 100 | 0.73 | 0 | 0.38 | 0.37 | 149.23 | 0.58 | 0.4 |
| Hex | 2B | A0 | 64 | 49 | 0 | 26 | 25 | 95 | 3A | 28 |
| Octal | 53 | 240 | 144 | 111 | 0 | 46 | 45 | 225 | 72 | 50 |
| Binary | 101011 | 10100000 | 1100100 | 1001001 | 0 | 100110 | 100101 | 10010101 | 111010 | 101000 |
Color Harmonies of #2BA064
Complementary color
Monochromatic Colors of #2BA064
Black with #2BA064
Text Example
Text Example
White with #2BA064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA064; }
p { color: rgb(43,160,100); }
H1.HeaderClassName
{
color: #2BA064;
}
.AnyTagClassName
{
color: #2BA064;
}
</style>
background-color css
<style>
a { background-color: #2BA064; }
a { background-color: rgb(43,160,100); }
div.DivClassName
{
background-color: #2BA064;
}
.BgClassName
{
background-color: #2BA064;
}
</style>
border-color css
<style>
span { border-color: #2BA064; }
span { border-color: rgb(43,160,100); }
td.TdClassName
{
border-color: #2BA064;
}
.TagClassName
{
border-color: #2BA064;
}
</style>