Shades of Eucalyptus #2BA250
Tints of Eucalyptus #2BA250
RGB
CMYK
RGB Variations
Color information
#2BA250 (or 0x2BA250) is known color: Eucalyptus. HEX triplet: 2B, A2 and 50. RGB value is (43,162,80). Sum of RGB (Red+Green+Blue) = 43+162+80=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 162 (63.67% from 255 or 56.84% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA250 is #D45DAF. Grayscale: #757575. Windows color (decimal): -13917616 or 5284395. OLE color: 5284395.
HSL color Cylindrical-coordinate representation of color #2BA250: hue angle of 138.66º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA250 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 80 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.36 |
| HSL | 138.66º | 0.58% | 0.4% | - |
| HSV(B) | 138.66º | 0.73% | 0.64% | - |
| XYZ | 15.36 | 26.93 | 11.98 | - |
| YUV | 117.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 80 | 0.73 | 0 | 0.51 | 0.36 | 138.66 | 0.58 | 0.4 |
| Hex | 2B | A2 | 50 | 49 | 0 | 33 | 24 | 8B | 3A | 28 |
| Octal | 53 | 242 | 120 | 111 | 0 | 63 | 44 | 213 | 72 | 50 |
| Binary | 101011 | 10100010 | 1010000 | 1001001 | 0 | 110011 | 100100 | 10001011 | 111010 | 101000 |
Color Harmonies of #2BA250
Complementary color
Monochromatic Colors of #2BA250
Black with #2BA250
Text Example
Text Example
White with #2BA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA250; }
p { color: rgb(43,162,80); }
H1.HeaderClassName
{
color: #2BA250;
}
.AnyTagClassName
{
color: #2BA250;
}
</style>
background-color css
<style>
a { background-color: #2BA250; }
a { background-color: rgb(43,162,80); }
div.DivClassName
{
background-color: #2BA250;
}
.BgClassName
{
background-color: #2BA250;
}
</style>
border-color css
<style>
span { border-color: #2BA250; }
span { border-color: rgb(43,162,80); }
td.TdClassName
{
border-color: #2BA250;
}
.TagClassName
{
border-color: #2BA250;
}
</style>