#2bab5e

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

Shades of Eucalyptus #2BAB5E

Tints of Eucalyptus #2BAB5E

Color information

#2BAB5E (or 0x2BAB5E) is unknown color: approx Eucalyptus. HEX triplet: 2B, AB and 5E. RGB value is (43,171,94). Sum of RGB (Red+Green+Blue) = 43+171+94=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB5E is #D454A1. Grayscale: #7C7C7C. Windows color (decimal): -13915298 or 6204203. OLE color: 6204203.

HSL color Cylindrical-coordinate representation of color #2BAB5E: hue angle of 143.91º 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 #2BAB5E is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB4317194-
CMYK0.7500.450.33
HSL143.91º59.81%41.96%-
HSV(B)143.91º74.85%67.06%-
XYZ17.5830.4515.54-
YUV123.95111.0970.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=13.96%
G=55.52%
B=30.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43171940.7500.450.33143.9159.8141.96
Hex2BAB5E4B02D21903c2a
Octal53253136113055412207452
Binary1010111010101110111101001011010110110000110010000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2bab5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,171,94); }

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

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

 a { background-color: rgb(43,171,94); }

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

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

 span { border-color: rgb(43,171,94); }

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