#2BAD59

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

Shades of Eucalyptus #2BAD59

Tints of Eucalyptus #2BAD59

Color information

#2BAD59 (or 0x2BAD59) is unknown color: approx Eucalyptus. HEX triplet: 2B, AD and 59. RGB value is (43,173,89). Sum of RGB (Red+Green+Blue) = 43+173+89=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD59 is #D452A6. Grayscale: #7C7C7C. Windows color (decimal): -13914791 or 5877035. OLE color: 5877035.

HSL color Cylindrical-coordinate representation of color #2BAD59: hue angle of 141.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAD59 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB4317389-
CMYK0.7500.490.32
HSL141.23º60.19%42.35%-
HSV(B)141.23º75.14%67.84%-
XYZ17.7431.1214.52-
YUV124.55107.9369.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 173 (67.97% from 255) = 56.72%
BLUE value IS 89 (35.16% from 255) = 29.18%
R=14.10%
G=56.72%
B=29.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43173890.7500.490.32141.2360.1942.35
Hex2BAD594B031208d3c2a
Octal53255131113061402157452
Binary1010111010110110110011001011011000110000010001101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,173,89); }

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

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

 a { background-color: rgb(43,173,89); }

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

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

 span { border-color: rgb(43,173,89); }

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