#2BA45E

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

Shades of Eucalyptus #2BA45E

Tints of Eucalyptus #2BA45E

Color information

#2BA45E (or 0x2BA45E) is unknown color: approx Eucalyptus. HEX triplet: 2B, A4 and 5E. RGB value is (43,164,94). Sum of RGB (Red+Green+Blue) = 43+164+94=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA45E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA45E is #D45BA1. Grayscale: #787878. Windows color (decimal): -13917090 or 6202411. OLE color: 6202411.

HSL color Cylindrical-coordinate representation of color #2BA45E: hue angle of 145.29º 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 #2BA45E is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB4316494-
CMYK0.7400.430.36
HSL145.29º58.45%40.59%-
HSV(B)145.29º73.78%64.31%-
XYZ16.2927.8715.11-
YUV119.84113.4173.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.29%
GREEN value IS 164 (64.45% from 255) = 54.49%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=14.29%
G=54.49%
B=31.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43164940.7400.430.36145.2958.4540.59
Hex2BA45E4A02B24913a29
Octal53244136112053442217251
Binary1010111010010010111101001010010101110010010010001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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