#2BA25B

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

Shades of Eucalyptus #2BA25B

Tints of Eucalyptus #2BA25B

Color information

#2BA25B (or 0x2BA25B) is unknown color: approx Eucalyptus. HEX triplet: 2B, A2 and 5B. RGB value is (43,162,91). Sum of RGB (Red+Green+Blue) = 43+162+91=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA25B is #D45DA4. Grayscale: #767676. Windows color (decimal): -13917605 or 6005291. OLE color: 6005291.

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

Color convert

RGB4316291-
CMYK0.7300.440.36
HSL144.2º58.05%40.2%-
HSV(B)144.2º73.46%63.53%-
XYZ15.827.1114.3-
YUV118.32112.5874.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 162 (63.67% from 255) = 54.73%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=14.53%
G=54.73%
B=30.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43162910.7300.440.36144.258.0540.2
Hex2BA25B4902C24903a28
Octal53242133111054442207250
Binary1010111010001010110111001001010110010010010010000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,162,91); }

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

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

 a { background-color: rgb(43,162,91); }

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

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

 span { border-color: rgb(43,162,91); }

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