#2AAB58

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

Shades of Eucalyptus #2AAB58

Tints of Eucalyptus #2AAB58

Color information

#2AAB58 (or 0x2AAB58) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 58. RGB value is (42,171,88). Sum of RGB (Red+Green+Blue) = 42+171+88=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB58 is #D554A7. Grayscale: #7B7B7B. Windows color (decimal): -13980840 or 5810986. OLE color: 5810986.

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

Color convert

RGB4217188-
CMYK0.7500.490.33
HSL141.4º60.56%41.76%-
HSV(B)141.4º75.44%67.06%-
XYZ17.2830.3214.17-
YUV122.97108.2670.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=13.95%
G=56.81%
B=29.24%

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
Decimal42171880.7500.490.33141.460.5641.76
Hex2AAB584B031218d3d2a
Octal52253130113061412157552
Binary1010101010101110110001001011011000110000110001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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