#2BA156

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

Shades of Eucalyptus #2BA156

Tints of Eucalyptus #2BA156

Color information

#2BA156 (or 0x2BA156) is unknown color: approx Eucalyptus. HEX triplet: 2B, A1 and 56. RGB value is (43,161,86). Sum of RGB (Red+Green+Blue) = 43+161+86=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA156 is #D45EA9. Grayscale: #757575. Windows color (decimal): -13917866 or 5677355. OLE color: 5677355.

HSL color Cylindrical-coordinate representation of color #2BA156: hue angle of 141.86º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA156 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB4316186-
CMYK0.7300.470.37
HSL141.86º57.84%40%-
HSV(B)141.86º73.29%63.14%-
XYZ15.4226.6813.14-
YUV117.17110.4175.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.83%
GREEN value IS 161 (63.28% from 255) = 55.52%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=14.83%
G=55.52%
B=29.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43161860.7300.470.37141.8657.8440
Hex2BA1564902F258e3a28
Octal53241126111057452167250
Binary1010111010000110101101001001010111110010110001110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,161,86); }

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

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

 a { background-color: rgb(43,161,86); }

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

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

 span { border-color: rgb(43,161,86); }

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