Shades of Eucalyptus #2BA16C
Tints of Eucalyptus #2BA16C
RGB
CMYK
RGB Variations
Color information
#2BA16C (or 0x2BA16C) is known color: Eucalyptus. HEX triplet: 2B, A1 and 6C. RGB value is (43,161,108). Sum of RGB (Red+Green+Blue) = 43+161+108=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA16C is #D45E93. Grayscale: #777777. Windows color (decimal): -13917844 or 7119147. OLE color: 7119147.
HSL color Cylindrical-coordinate representation of color #2BA16C: hue angle of 153.05º 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 #2BA16C is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 108 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.37 |
| HSL | 153.05º | 0.58% | 0.4% | - |
| HSV(B) | 153.05º | 0.73% | 0.63% | - |
| XYZ | 16.45 | 27.09 | 18.55 | - |
| YUV | 119.68 | 121.41 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 108 | 0.73 | 0 | 0.33 | 0.37 | 153.05 | 0.58 | 0.4 |
| Hex | 2B | A1 | 6C | 49 | 0 | 21 | 25 | 99 | 3A | 28 |
| Octal | 53 | 241 | 154 | 111 | 0 | 41 | 45 | 231 | 72 | 50 |
| Binary | 101011 | 10100001 | 1101100 | 1001001 | 0 | 100001 | 100101 | 10011001 | 111010 | 101000 |
Color Harmonies of #2BA16C
Complementary color
Monochromatic Colors of #2BA16C
Black with #2BA16C
Text Example
Text Example
White with #2BA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA16C; }
p { color: rgb(43,161,108); }
H1.HeaderClassName
{
color: #2BA16C;
}
.AnyTagClassName
{
color: #2BA16C;
}
</style>
background-color css
<style>
a { background-color: #2BA16C; }
a { background-color: rgb(43,161,108); }
div.DivClassName
{
background-color: #2BA16C;
}
.BgClassName
{
background-color: #2BA16C;
}
</style>
border-color css
<style>
span { border-color: #2BA16C; }
span { border-color: rgb(43,161,108); }
td.TdClassName
{
border-color: #2BA16C;
}
.TagClassName
{
border-color: #2BA16C;
}
</style>