Shades of Eucalyptus #2BA161
Tints of Eucalyptus #2BA161
RGB
CMYK
RGB Variations
Color information
#2BA161 (or 0x2BA161) is known color: Eucalyptus. HEX triplet: 2B, A1 and 61. RGB value is (43,161,97). Sum of RGB (Red+Green+Blue) = 43+161+97=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA161 is #D45E9E. Grayscale: #767676. Windows color (decimal): -13917855 or 6398251. OLE color: 6398251.
HSL color Cylindrical-coordinate representation of color #2BA161: hue angle of 147.46º 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 #2BA161 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 97 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.37 |
| HSL | 147.46º | 0.58% | 0.4% | - |
| HSV(B) | 147.46º | 0.73% | 0.63% | - |
| XYZ | 15.9 | 26.87 | 15.66 | - |
| YUV | 118.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 97 | 0.73 | 0 | 0.40 | 0.37 | 147.46 | 0.58 | 0.4 |
| Hex | 2B | A1 | 61 | 49 | 0 | 28 | 25 | 93 | 3A | 28 |
| Octal | 53 | 241 | 141 | 111 | 0 | 50 | 45 | 223 | 72 | 50 |
| Binary | 101011 | 10100001 | 1100001 | 1001001 | 0 | 101000 | 100101 | 10010011 | 111010 | 101000 |
Color Harmonies of #2BA161
Complementary color
Monochromatic Colors of #2BA161
Black with #2BA161
Text Example
Text Example
White with #2BA161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA161; }
p { color: rgb(43,161,97); }
H1.HeaderClassName
{
color: #2BA161;
}
.AnyTagClassName
{
color: #2BA161;
}
</style>
background-color css
<style>
a { background-color: #2BA161; }
a { background-color: rgb(43,161,97); }
div.DivClassName
{
background-color: #2BA161;
}
.BgClassName
{
background-color: #2BA161;
}
</style>
border-color css
<style>
span { border-color: #2BA161; }
span { border-color: rgb(43,161,97); }
td.TdClassName
{
border-color: #2BA161;
}
.TagClassName
{
border-color: #2BA161;
}
</style>