#2AAB5A

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

Shades of Eucalyptus #2AAB5A

Tints of Eucalyptus #2AAB5A

Color information

#2AAB5A (or 0x2AAB5A) is unknown color: approx Eucalyptus. HEX triplet: 2A, AB and 5A. RGB value is (42,171,90). Sum of RGB (Red+Green+Blue) = 42+171+90=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB5A is #D554A5. Grayscale: #7B7B7B. Windows color (decimal): -13980838 or 5942058. OLE color: 5942058.

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

Color convert

RGB4217190-
CMYK0.7500.470.33
HSL142.33º60.56%41.76%-
HSV(B)142.33º75.44%67.06%-
XYZ17.3630.3614.62-
YUV123.2109.2670.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.86%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=13.86%
G=56.44%
B=29.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171900.7500.470.33142.3360.5641.76
Hex2AAB5A4B02F218e3d2a
Octal52253132113057412167552
Binary1010101010101110110101001011010111110000110001110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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