#2ba568

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

Shades of Eucalyptus #2BA568

Tints of Eucalyptus #2BA568

Color information

#2BA568 (or 0x2BA568) is unknown color: approx Eucalyptus. HEX triplet: 2B, A5 and 68. RGB value is (43,165,104). Sum of RGB (Red+Green+Blue) = 43+165+104=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BA568 is #D45A97. Grayscale: #797979. Windows color (decimal): -13916824 or 6858027. OLE color: 6858027.

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

Color convert

RGB43165104-
CMYK0.7400.370.35
HSL150º58.65%40.78%-
HSV(B)150º73.94%64.71%-
XYZ16.9528.4217.69-
YUV121.57118.0871.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.78%
GREEN value IS 165 (64.84% from 255) = 52.88%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=13.78%
G=52.88%
B=33.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431651040.7400.370.3515058.6540.78
Hex2BA5684A02523963b29
Octal53245150112045432267351
Binary1010111010010111010001001010010010110001110010110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ba568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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