Shades of Eucalyptus #2BA35E
Tints of Eucalyptus #2BA35E
RGB
CMYK
RGB Variations
Color information
#2BA35E (or 0x2BA35E) is known color: Eucalyptus. HEX triplet: 2B, A3 and 5E. RGB value is (43,163,94). Sum of RGB (Red+Green+Blue) = 43+163+94=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA35E is #D45CA1. Grayscale: #777777. Windows color (decimal): -13917346 or 6202155. OLE color: 6202155.
HSL color Cylindrical-coordinate representation of color #2BA35E: hue angle of 145.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA35E is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 94 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.36 |
| HSL | 145.5º | 0.58% | 0.4% | - |
| HSV(B) | 145.5º | 0.74% | 0.64% | - |
| XYZ | 16.11 | 27.52 | 15.05 | - |
| YUV | 119.25 | 113.74 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 94 | 0.74 | 0 | 0.42 | 0.36 | 145.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 5E | 4A | 0 | 2A | 24 | 92 | 3A | 28 |
| Octal | 53 | 243 | 136 | 112 | 0 | 52 | 44 | 222 | 72 | 50 |
| Binary | 101011 | 10100011 | 1011110 | 1001010 | 0 | 101010 | 100100 | 10010010 | 111010 | 101000 |
Color Harmonies of #2BA35E
Complementary color
Monochromatic Colors of #2BA35E
Black with #2BA35E
Text Example
Text Example
White with #2BA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA35E; }
p { color: rgb(43,163,94); }
H1.HeaderClassName
{
color: #2BA35E;
}
.AnyTagClassName
{
color: #2BA35E;
}
</style>
background-color css
<style>
a { background-color: #2BA35E; }
a { background-color: rgb(43,163,94); }
div.DivClassName
{
background-color: #2BA35E;
}
.BgClassName
{
background-color: #2BA35E;
}
</style>
border-color css
<style>
span { border-color: #2BA35E; }
span { border-color: rgb(43,163,94); }
td.TdClassName
{
border-color: #2BA35E;
}
.TagClassName
{
border-color: #2BA35E;
}
</style>