Shades of Eucalyptus #2BA06D
Tints of Eucalyptus #2BA06D
RGB
CMYK
RGB Variations
Color information
#2BA06D (or 0x2BA06D) is known color: Eucalyptus. HEX triplet: 2B, A0 and 6D. RGB value is (43,160,109). Sum of RGB (Red+Green+Blue) = 43+160+109=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA06D is #D45F92. Grayscale: #777777. Windows color (decimal): -13918099 or 7184427. OLE color: 7184427.
HSL color Cylindrical-coordinate representation of color #2BA06D: hue angle of 153.85º 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 #2BA06D is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 109 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.37 |
| HSL | 153.85º | 0.58% | 0.4% | - |
| HSV(B) | 153.85º | 0.73% | 0.63% | - |
| XYZ | 16.33 | 26.76 | 18.77 | - |
| YUV | 119.2 | 122.24 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 109 | 0.73 | 0 | 0.32 | 0.37 | 153.85 | 0.58 | 0.4 |
| Hex | 2B | A0 | 6D | 49 | 0 | 20 | 25 | 9A | 3A | 28 |
| Octal | 53 | 240 | 155 | 111 | 0 | 40 | 45 | 232 | 72 | 50 |
| Binary | 101011 | 10100000 | 1101101 | 1001001 | 0 | 100000 | 100101 | 10011010 | 111010 | 101000 |
Color Harmonies of #2BA06D
Complementary color
Monochromatic Colors of #2BA06D
Black with #2BA06D
Text Example
Text Example
White with #2BA06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA06D; }
p { color: rgb(43,160,109); }
H1.HeaderClassName
{
color: #2BA06D;
}
.AnyTagClassName
{
color: #2BA06D;
}
</style>
background-color css
<style>
a { background-color: #2BA06D; }
a { background-color: rgb(43,160,109); }
div.DivClassName
{
background-color: #2BA06D;
}
.BgClassName
{
background-color: #2BA06D;
}
</style>
border-color css
<style>
span { border-color: #2BA06D; }
span { border-color: rgb(43,160,109); }
td.TdClassName
{
border-color: #2BA06D;
}
.TagClassName
{
border-color: #2BA06D;
}
</style>