Shades of Eucalyptus #2BA95D
Tints of Eucalyptus #2BA95D
RGB
CMYK
RGB Variations
Color information
#2BA95D (or 0x2BA95D) is known color: Eucalyptus. HEX triplet: 2B, A9 and 5D. RGB value is (43,169,93). Sum of RGB (Red+Green+Blue) = 43+169+93=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA95D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA95D is #D456A2. Grayscale: #7A7A7A. Windows color (decimal): -13915811 or 6138155. OLE color: 6138155.
HSL color Cylindrical-coordinate representation of color #2BA95D: hue angle of 143.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA95D is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 93 | - |
| CMYK | 0.75 | 0 | 0.45 | 0.34 |
| HSL | 143.81º | 0.59% | 0.42% | - |
| HSV(B) | 143.81º | 0.75% | 0.66% | - |
| XYZ | 17.16 | 29.68 | 15.18 | - |
| YUV | 122.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 93 | 0.75 | 0 | 0.45 | 0.34 | 143.81 | 0.59 | 0.42 |
| Hex | 2B | A9 | 5D | 4B | 0 | 2D | 22 | 90 | 3B | 2A |
| Octal | 53 | 251 | 135 | 113 | 0 | 55 | 42 | 220 | 73 | 52 |
| Binary | 101011 | 10101001 | 1011101 | 1001011 | 0 | 101101 | 100010 | 10010000 | 111011 | 101010 |
Color Harmonies of #2BA95D
Complementary color
Monochromatic Colors of #2BA95D
Black with #2BA95D
Text Example
Text Example
White with #2BA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA95D; }
p { color: rgb(43,169,93); }
H1.HeaderClassName
{
color: #2BA95D;
}
.AnyTagClassName
{
color: #2BA95D;
}
</style>
background-color css
<style>
a { background-color: #2BA95D; }
a { background-color: rgb(43,169,93); }
div.DivClassName
{
background-color: #2BA95D;
}
.BgClassName
{
background-color: #2BA95D;
}
</style>
border-color css
<style>
span { border-color: #2BA95D; }
span { border-color: rgb(43,169,93); }
td.TdClassName
{
border-color: #2BA95D;
}
.TagClassName
{
border-color: #2BA95D;
}
</style>