#2BB05A

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

Shades of Eucalyptus #2BB05A

Tints of Eucalyptus #2BB05A

Color information

#2BB05A (or 0x2BB05A) is unknown color: approx Eucalyptus. HEX triplet: 2B, B0 and 5A. RGB value is (43,176,90). Sum of RGB (Red+Green+Blue) = 43+176+90=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB05A is #D44FA5. Grayscale: #7E7E7E. Windows color (decimal): -13914022 or 5943339. OLE color: 5943339.

HSL color Cylindrical-coordinate representation of color #2BB05A: hue angle of 141.2º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB05A is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB4317690-
CMYK0.7600.490.31
HSL141.2º60.73%42.94%-
HSV(B)141.2º75.57%69.02%-
XYZ18.3732.314.94-
YUV126.43107.4468.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.92%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=13.92%
G=56.96%
B=29.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43176900.7600.490.31141.260.7342.94
Hex2BB05A4C0311F8d3d2b
Octal53260132114061372157553
Binary101011101100001011010100110001100011111110001101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,176,90); }

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

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

 a { background-color: rgb(43,176,90); }

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

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

 span { border-color: rgb(43,176,90); }

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