Shades of Eucalyptus #2BA360
Tints of Eucalyptus #2BA360
RGB
CMYK
RGB Variations
Color information
#2BA360 (or 0x2BA360) is known color: Eucalyptus. HEX triplet: 2B, A3 and 60. RGB value is (43,163,96). Sum of RGB (Red+Green+Blue) = 43+163+96=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 163 (64.06% from 255 or 53.97% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA360 is #D45C9F. Grayscale: #777777. Windows color (decimal): -13917344 or 6333227. OLE color: 6333227.
HSL color Cylindrical-coordinate representation of color #2BA360: hue angle of 146.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA360 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 96 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.36 |
| HSL | 146.5º | 0.58% | 0.4% | - |
| HSV(B) | 146.5º | 0.74% | 0.64% | - |
| XYZ | 16.2 | 27.55 | 15.53 | - |
| YUV | 119.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 96 | 0.74 | 0 | 0.41 | 0.36 | 146.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 60 | 4A | 0 | 29 | 24 | 92 | 3A | 28 |
| Octal | 53 | 243 | 140 | 112 | 0 | 51 | 44 | 222 | 72 | 50 |
| Binary | 101011 | 10100011 | 1100000 | 1001010 | 0 | 101001 | 100100 | 10010010 | 111010 | 101000 |
Color Harmonies of #2BA360
Complementary color
Monochromatic Colors of #2BA360
Black with #2BA360
Text Example
Text Example
White with #2BA360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA360; }
p { color: rgb(43,163,96); }
H1.HeaderClassName
{
color: #2BA360;
}
.AnyTagClassName
{
color: #2BA360;
}
</style>
background-color css
<style>
a { background-color: #2BA360; }
a { background-color: rgb(43,163,96); }
div.DivClassName
{
background-color: #2BA360;
}
.BgClassName
{
background-color: #2BA360;
}
</style>
border-color css
<style>
span { border-color: #2BA360; }
span { border-color: rgb(43,163,96); }
td.TdClassName
{
border-color: #2BA360;
}
.TagClassName
{
border-color: #2BA360;
}
</style>