#2BA15B

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

Shades of Eucalyptus #2BA15B

Tints of Eucalyptus #2BA15B

Color information

#2BA15B (or 0x2BA15B) is unknown color: approx Eucalyptus. HEX triplet: 2B, A1 and 5B. RGB value is (43,161,91). Sum of RGB (Red+Green+Blue) = 43+161+91=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA15B is #D45EA4. Grayscale: #757575. Windows color (decimal): -13917861 or 6005035. OLE color: 6005035.

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

Color convert

RGB4316191-
CMYK0.7300.430.37
HSL144.41º57.84%40%-
HSV(B)144.41º73.29%63.14%-
XYZ15.6326.7614.24-
YUV117.74112.9174.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.58%
GREEN value IS 161 (63.28% from 255) = 54.58%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=14.58%
G=54.58%
B=30.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal43161910.7300.430.37144.4157.8440
Hex2BA15B4902B25903a28
Octal53241133111053452207250
Binary1010111010000110110111001001010101110010110010000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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