#2BA553

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

Shades of Eucalyptus #2BA553

Tints of Eucalyptus #2BA553

Color information

#2BA553 (or 0x2BA553) is unknown color: approx Eucalyptus. HEX triplet: 2B, A5 and 53. RGB value is (43,165,83). Sum of RGB (Red+Green+Blue) = 43+165+83=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA553 is #D45AAC. Grayscale: #777777. Windows color (decimal): -13916845 or 5481771. OLE color: 5481771.

HSL color Cylindrical-coordinate representation of color #2BA553: hue angle of 139.67º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA553 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB4316583-
CMYK0.7400.500.35
HSL139.67º58.65%40.78%-
HSV(B)139.67º73.94%64.71%-
XYZ16.0128.0512.75-
YUV119.17107.5873.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.78%
GREEN value IS 165 (64.84% from 255) = 56.70%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=14.78%
G=56.70%
B=28.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43165830.7400.500.35139.6758.6540.78
Hex2BA5534A032238c3b29
Octal53245123112062432147351
Binary1010111010010110100111001010011001010001110001100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,165,83); }

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

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

 a { background-color: rgb(43,165,83); }

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

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

 span { border-color: rgb(43,165,83); }

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