#2BA85E

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

Shades of Eucalyptus #2BA85E

Tints of Eucalyptus #2BA85E

Color information

#2BA85E (or 0x2BA85E) is unknown color: approx Eucalyptus. HEX triplet: 2B, A8 and 5E. RGB value is (43,168,94). Sum of RGB (Red+Green+Blue) = 43+168+94=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA85E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA85E is #D457A1. Grayscale: #7A7A7A. Windows color (decimal): -13916066 or 6203435. OLE color: 6203435.

HSL color Cylindrical-coordinate representation of color #2BA85E: hue angle of 144.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA85E is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB4316894-
CMYK0.7400.440.34
HSL144.48º59.24%41.37%-
HSV(B)144.48º74.4%65.88%-
XYZ17.0229.3315.35-
YUV122.19112.0971.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 168 (66.02% from 255) = 55.08%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=14.10%
G=55.08%
B=30.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal43168940.7400.440.34144.4859.2441.37
Hex2BA85E4A02C22903b29
Octal53250136112054422207351
Binary1010111010100010111101001010010110010001010010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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