#2BA050

Color #2BA050 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #2BA050

Tints of Eucalyptus #2BA050

Color information

#2BA050 (or 0x2BA050) is unknown color: approx Eucalyptus. HEX triplet: 2B, A0 and 50. RGB value is (43,160,80). Sum of RGB (Red+Green+Blue) = 43+160+80=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA050 is #D45FAF. Grayscale: #747474. Windows color (decimal): -13918128 or 5283883. OLE color: 5283883.

HSL color Cylindrical-coordinate representation of color #2BA050: hue angle of 138.97º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA050 is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB4316080-
CMYK0.7300.50.37
HSL138.97º57.64%39.8%-
HSV(B)138.97º73.12%62.75%-
XYZ15.0226.2311.86-
YUV115.9107.7476-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 160 (62.89% from 255) = 56.54%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=15.19%
G=56.54%
B=28.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43160800.7300.50.37138.9757.6439.8
Hex2BA05049032258b3a28
Octal53240120111062452137250
Binary1010111010000010100001001001011001010010110001011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BA050; }

 p { color: rgb(43,160,80); }

 H1.HeaderClassName
 {
   color: #2BA050;
 }
 .AnyTagClassName
 {
   color: #2BA050;
 }
</style>
background-color css

<style>
 a { background-color: #2BA050; }

 a { background-color: rgb(43,160,80); }

 div.DivClassName
 {
   background-color: #2BA050;
 }
 .BgClassName
 {
   background-color: #2BA050;
 }
</style>
border-color css

<style>
 span { border-color: #2BA050; }

 span { border-color: rgb(43,160,80); }

 td.TdClassName
 {
   border-color: #2BA050;
 }
 .TagClassName
 {
   border-color: #2BA050;
 }
</style>