#2BA65D

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

Shades of Eucalyptus #2BA65D

Tints of Eucalyptus #2BA65D

Color information

#2BA65D (or 0x2BA65D) is unknown color: approx Eucalyptus. HEX triplet: 2B, A6 and 5D. RGB value is (43,166,93). Sum of RGB (Red+Green+Blue) = 43+166+93=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA65D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA65D is #D459A2. Grayscale: #797979. Windows color (decimal): -13916579 or 6137387. OLE color: 6137387.

HSL color Cylindrical-coordinate representation of color #2BA65D: hue angle of 144.39º 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 #2BA65D is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB4316693-
CMYK0.7400.440.35
HSL144.39º58.85%40.98%-
HSV(B)144.39º74.1%65.1%-
XYZ16.6128.5815-
YUV120.9112.2572.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.24%
GREEN value IS 166 (65.23% from 255) = 54.97%
BLUE value IS 93 (36.72% from 255) = 30.79%
R=14.24%
G=54.97%
B=30.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43166930.7400.440.35144.3958.8540.98
Hex2BA65D4A02C23903b29
Octal53246135112054432207351
Binary1010111010011010111011001010010110010001110010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,166,93); }

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

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

 a { background-color: rgb(43,166,93); }

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

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

 span { border-color: rgb(43,166,93); }

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