#2BAB58

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

Shades of Eucalyptus #2BAB58

Tints of Eucalyptus #2BAB58

Color information

#2BAB58 (or 0x2BAB58) is unknown color: approx Eucalyptus. HEX triplet: 2B, AB and 58. RGB value is (43,171,88). Sum of RGB (Red+Green+Blue) = 43+171+88=302 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.24% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB58 is #D454A7. Grayscale: #7B7B7B. Windows color (decimal): -13915304 or 5810987. OLE color: 5810987.

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

Color convert

RGB4317188-
CMYK0.7500.490.33
HSL141.09º59.81%41.96%-
HSV(B)141.09º74.85%67.06%-
XYZ17.3230.3414.18-
YUV123.27108.0970.75-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.24%
GREEN value IS 171 (67.19% from 255) = 56.62%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=14.24%
G=56.62%
B=29.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal43171880.7500.490.33141.0959.8141.96
Hex2BAB584B031218d3c2a
Octal53253130113061412157452
Binary1010111010101110110001001011011000110000110001101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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