#2BA25F

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

Shades of Eucalyptus #2BA25F

Tints of Eucalyptus #2BA25F

Color information

#2BA25F (or 0x2BA25F) is unknown color: approx Eucalyptus. HEX triplet: 2B, A2 and 5F. RGB value is (43,162,95). Sum of RGB (Red+Green+Blue) = 43+162+95=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 162 (63.67% from 255 or 54% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA25F is #D45DA0. Grayscale: #767676. Windows color (decimal): -13917601 or 6267435. OLE color: 6267435.

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

Color convert

RGB4316295-
CMYK0.7300.410.36
HSL146.22º58.05%40.2%-
HSV(B)146.22º73.46%63.53%-
XYZ15.9827.1815.23-
YUV118.78114.5873.95-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 162 (63.67% from 255) = 54%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=14.33%
G=54%
B=31.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43162950.7300.410.36146.2258.0540.2
Hex2BA25F4902924923a28
Octal53242137111051442227250
Binary1010111010001010111111001001010100110010010010010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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