Shades of Eucalyptus #2BA860
Tints of Eucalyptus #2BA860
RGB
CMYK
RGB Variations
Color information
#2BA860 (or 0x2BA860) is known color: Eucalyptus. HEX triplet: 2B, A8 and 60. RGB value is (43,168,96). Sum of RGB (Red+Green+Blue) = 43+168+96=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA860 is #D4579F. Grayscale: #7A7A7A. Windows color (decimal): -13916064 or 6334507. OLE color: 6334507.
HSL color Cylindrical-coordinate representation of color #2BA860: hue angle of 145.44º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA860 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 96 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.34 |
| HSL | 145.44º | 0.59% | 0.41% | - |
| HSV(B) | 145.44º | 0.74% | 0.66% | - |
| XYZ | 17.11 | 29.36 | 15.83 | - |
| YUV | 122.42 | 113.09 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 96 | 0.74 | 0 | 0.43 | 0.34 | 145.44 | 0.59 | 0.41 |
| Hex | 2B | A8 | 60 | 4A | 0 | 2B | 22 | 91 | 3B | 29 |
| Octal | 53 | 250 | 140 | 112 | 0 | 53 | 42 | 221 | 73 | 51 |
| Binary | 101011 | 10101000 | 1100000 | 1001010 | 0 | 101011 | 100010 | 10010001 | 111011 | 101001 |
Color Harmonies of #2BA860
Complementary color
Monochromatic Colors of #2BA860
Black with #2BA860
Text Example
Text Example
White with #2BA860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA860; }
p { color: rgb(43,168,96); }
H1.HeaderClassName
{
color: #2BA860;
}
.AnyTagClassName
{
color: #2BA860;
}
</style>
background-color css
<style>
a { background-color: #2BA860; }
a { background-color: rgb(43,168,96); }
div.DivClassName
{
background-color: #2BA860;
}
.BgClassName
{
background-color: #2BA860;
}
</style>
border-color css
<style>
span { border-color: #2BA860; }
span { border-color: rgb(43,168,96); }
td.TdClassName
{
border-color: #2BA860;
}
.TagClassName
{
border-color: #2BA860;
}
</style>