#2BA26D

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

Shades of Eucalyptus #2BA26D

Tints of Eucalyptus #2BA26D

Color information

#2BA26D (or 0x2BA26D) is unknown color: approx Eucalyptus. HEX triplet: 2B, A2 and 6D. RGB value is (43,162,109). Sum of RGB (Red+Green+Blue) = 43+162+109=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA26D is #D45D92. Grayscale: #787878. Windows color (decimal): -13917587 or 7184939. OLE color: 7184939.

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

Color convert

RGB43162109-
CMYK0.7300.330.36
HSL153.28º58.05%40.2%-
HSV(B)153.28º73.46%63.53%-
XYZ16.6827.4618.89-
YUV120.38121.5872.81-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 162 (63.67% from 255) = 51.59%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=13.69%
G=51.59%
B=34.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal431621090.7300.330.36153.2858.0540.2
Hex2BA26D4902124993a28
Octal53242155111041442317250
Binary1010111010001011011011001001010000110010010011001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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