#2BB05B

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

Shades of Eucalyptus #2BB05B

Tints of Eucalyptus #2BB05B

Color information

#2BB05B (or 0x2BB05B) is unknown color: approx Eucalyptus. HEX triplet: 2B, B0 and 5B. RGB value is (43,176,91). Sum of RGB (Red+Green+Blue) = 43+176+91=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB05B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BB05B is #D44FA4. Grayscale: #7E7E7E. Windows color (decimal): -13914021 or 6008875. OLE color: 6008875.

HSL color Cylindrical-coordinate representation of color #2BB05B: hue angle of 141.65º 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 #2BB05B is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB4317691-
CMYK0.7600.480.31
HSL141.65º60.73%42.94%-
HSV(B)141.65º75.57%69.02%-
XYZ18.4132.3215.17-
YUV126.54107.9468.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.87%
GREEN value IS 176 (69.14% from 255) = 56.77%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=13.87%
G=56.77%
B=29.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43176910.7600.480.31141.6560.7342.94
Hex2BB05B4C0301F8e3d2b
Octal53260133114060372167553
Binary101011101100001011011100110001100001111110001110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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