Shades of Eucalyptus #2BA162
Tints of Eucalyptus #2BA162
RGB
CMYK
RGB Variations
Color information
#2BA162 (or 0x2BA162) is known color: Eucalyptus. HEX triplet: 2B, A1 and 62. RGB value is (43,161,98). Sum of RGB (Red+Green+Blue) = 43+161+98=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA162 is #D45E9D. Grayscale: #767676. Windows color (decimal): -13917854 or 6463787. OLE color: 6463787.
HSL color Cylindrical-coordinate representation of color #2BA162: hue angle of 147.97º 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 #2BA162 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 98 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.37 |
| HSL | 147.97º | 0.58% | 0.4% | - |
| HSV(B) | 147.97º | 0.73% | 0.63% | - |
| XYZ | 15.95 | 26.89 | 15.9 | - |
| YUV | 118.54 | 116.41 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 98 | 0.73 | 0 | 0.39 | 0.37 | 147.97 | 0.58 | 0.4 |
| Hex | 2B | A1 | 62 | 49 | 0 | 27 | 25 | 94 | 3A | 28 |
| Octal | 53 | 241 | 142 | 111 | 0 | 47 | 45 | 224 | 72 | 50 |
| Binary | 101011 | 10100001 | 1100010 | 1001001 | 0 | 100111 | 100101 | 10010100 | 111010 | 101000 |
Color Harmonies of #2BA162
Complementary color
Monochromatic Colors of #2BA162
Black with #2BA162
Text Example
Text Example
White with #2BA162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA162; }
p { color: rgb(43,161,98); }
H1.HeaderClassName
{
color: #2BA162;
}
.AnyTagClassName
{
color: #2BA162;
}
</style>
background-color css
<style>
a { background-color: #2BA162; }
a { background-color: rgb(43,161,98); }
div.DivClassName
{
background-color: #2BA162;
}
.BgClassName
{
background-color: #2BA162;
}
</style>
border-color css
<style>
span { border-color: #2BA162; }
span { border-color: rgb(43,161,98); }
td.TdClassName
{
border-color: #2BA162;
}
.TagClassName
{
border-color: #2BA162;
}
</style>