#2BA457

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

Shades of Eucalyptus #2BA457

Tints of Eucalyptus #2BA457

Color information

#2BA457 (or 0x2BA457) is unknown color: approx Eucalyptus. HEX triplet: 2B, A4 and 57. RGB value is (43,164,87). Sum of RGB (Red+Green+Blue) = 43+164+87=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA457 is #D45BA8. Grayscale: #777777. Windows color (decimal): -13917097 or 5743659. OLE color: 5743659.

HSL color Cylindrical-coordinate representation of color #2BA457: hue angle of 141.82º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA457 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB4316487-
CMYK0.7400.470.36
HSL141.82º58.45%40.59%-
HSV(B)141.82º73.78%64.31%-
XYZ15.9927.7513.53-
YUV119.04109.9173.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.63%
GREEN value IS 164 (64.45% from 255) = 55.78%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=14.63%
G=55.78%
B=29.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43164870.7400.470.36141.8258.4540.59
Hex2BA4574A02F248e3a29
Octal53244127112057442167251
Binary1010111010010010101111001010010111110010010001110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,164,87); }

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

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

 a { background-color: rgb(43,164,87); }

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

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

 span { border-color: rgb(43,164,87); }

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