Shades of Eucalyptus #2BA06B
Tints of Eucalyptus #2BA06B
RGB
CMYK
RGB Variations
Color information
#2BA06B (or 0x2BA06B) is known color: Eucalyptus. HEX triplet: 2B, A0 and 6B. RGB value is (43,160,107). Sum of RGB (Red+Green+Blue) = 43+160+107=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA06B is #D45F94. Grayscale: #777777. Windows color (decimal): -13918101 or 7053355. OLE color: 7053355.
HSL color Cylindrical-coordinate representation of color #2BA06B: hue angle of 152.82º 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 #2BA06B is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 107 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.37 |
| HSL | 152.82º | 0.58% | 0.4% | - |
| HSV(B) | 152.82º | 0.73% | 0.63% | - |
| XYZ | 16.22 | 26.72 | 18.21 | - |
| YUV | 118.98 | 121.24 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 107 | 0.73 | 0 | 0.33 | 0.37 | 152.82 | 0.58 | 0.4 |
| Hex | 2B | A0 | 6B | 49 | 0 | 21 | 25 | 99 | 3A | 28 |
| Octal | 53 | 240 | 153 | 111 | 0 | 41 | 45 | 231 | 72 | 50 |
| Binary | 101011 | 10100000 | 1101011 | 1001001 | 0 | 100001 | 100101 | 10011001 | 111010 | 101000 |
Color Harmonies of #2BA06B
Complementary color
Monochromatic Colors of #2BA06B
Black with #2BA06B
Text Example
Text Example
White with #2BA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA06B; }
p { color: rgb(43,160,107); }
H1.HeaderClassName
{
color: #2BA06B;
}
.AnyTagClassName
{
color: #2BA06B;
}
</style>
background-color css
<style>
a { background-color: #2BA06B; }
a { background-color: rgb(43,160,107); }
div.DivClassName
{
background-color: #2BA06B;
}
.BgClassName
{
background-color: #2BA06B;
}
</style>
border-color css
<style>
span { border-color: #2BA06B; }
span { border-color: rgb(43,160,107); }
td.TdClassName
{
border-color: #2BA06B;
}
.TagClassName
{
border-color: #2BA06B;
}
</style>