Shades of Eucalyptus #2BA85E
Tints of Eucalyptus #2BA85E
RGB
CMYK
RGB Variations
Color information
#2BA85E (or 0x2BA85E) is known color: Eucalyptus. HEX triplet: 2B, A8 and 5E. RGB value is (43,168,94). Sum of RGB (Red+Green+Blue) = 43+168+94=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA85E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA85E is #D457A1. Grayscale: #7A7A7A. Windows color (decimal): -13916066 or 6203435. OLE color: 6203435.
HSL color Cylindrical-coordinate representation of color #2BA85E: hue angle of 144.48º 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 #2BA85E is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 94 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.34 |
| HSL | 144.48º | 0.59% | 0.41% | - |
| HSV(B) | 144.48º | 0.74% | 0.66% | - |
| XYZ | 17.02 | 29.33 | 15.35 | - |
| YUV | 122.19 | 112.09 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 94 | 0.74 | 0 | 0.44 | 0.34 | 144.48 | 0.59 | 0.41 |
| Hex | 2B | A8 | 5E | 4A | 0 | 2C | 22 | 90 | 3B | 29 |
| Octal | 53 | 250 | 136 | 112 | 0 | 54 | 42 | 220 | 73 | 51 |
| Binary | 101011 | 10101000 | 1011110 | 1001010 | 0 | 101100 | 100010 | 10010000 | 111011 | 101001 |
Color Harmonies of #2BA85E
Complementary color
Monochromatic Colors of #2BA85E
Black with #2BA85E
Text Example
Text Example
White with #2BA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA85E; }
p { color: rgb(43,168,94); }
H1.HeaderClassName
{
color: #2BA85E;
}
.AnyTagClassName
{
color: #2BA85E;
}
</style>
background-color css
<style>
a { background-color: #2BA85E; }
a { background-color: rgb(43,168,94); }
div.DivClassName
{
background-color: #2BA85E;
}
.BgClassName
{
background-color: #2BA85E;
}
</style>
border-color css
<style>
span { border-color: #2BA85E; }
span { border-color: rgb(43,168,94); }
td.TdClassName
{
border-color: #2BA85E;
}
.TagClassName
{
border-color: #2BA85E;
}
</style>