#2BAC5A

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

Shades of Eucalyptus #2BAC5A

Tints of Eucalyptus #2BAC5A

Color information

#2BAC5A (or 0x2BAC5A) is unknown color: approx Eucalyptus. HEX triplet: 2B, AC and 5A. RGB value is (43,172,90). Sum of RGB (Red+Green+Blue) = 43+172+90=305 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.10% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC5A is #D453A5. Grayscale: #7C7C7C. Windows color (decimal): -13915046 or 5942315. OLE color: 5942315.

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

Color convert

RGB4317290-
CMYK0.7500.480.33
HSL141.86º60%42.16%-
HSV(B)141.86º75%67.45%-
XYZ17.5930.7614.68-
YUV124.08108.7670.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.10%
GREEN value IS 172 (67.58% from 255) = 56.39%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=14.10%
G=56.39%
B=29.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43172900.7500.480.33141.866042.16
Hex2BAC5A4B030218e3c2a
Octal53254132113060412167452
Binary1010111010110010110101001011011000010000110001110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,172,90); }

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

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

 a { background-color: rgb(43,172,90); }

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

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

 span { border-color: rgb(43,172,90); }

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