#2BA658

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

Shades of Eucalyptus #2BA658

Tints of Eucalyptus #2BA658

Color information

#2BA658 (or 0x2BA658) is unknown color: approx Eucalyptus. HEX triplet: 2B, A6 and 58. RGB value is (43,166,88). Sum of RGB (Red+Green+Blue) = 43+166+88=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #2BA658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA658 is #D459A7. Grayscale: #787878. Windows color (decimal): -13916584 or 5809707. OLE color: 5809707.

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

Color convert

RGB4316688-
CMYK0.7400.470.35
HSL141.95º58.85%40.98%-
HSV(B)141.95º74.1%65.1%-
XYZ16.3928.4913.87-
YUV120.33109.7572.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 166 (65.23% from 255) = 55.89%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=14.48%
G=55.89%
B=29.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal43166880.7400.470.35141.9558.8540.98
Hex2BA6584A02F238e3b29
Octal53246130112057432167351
Binary1010111010011010110001001010010111110001110001110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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