#2AA371

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

Shades of Eucalyptus #2AA371

Tints of Eucalyptus #2AA371

Color information

#2AA371 (or 0x2AA371) is unknown color: approx Eucalyptus. HEX triplet: 2A, A3 and 71. RGB value is (42,163,113). Sum of RGB (Red+Green+Blue) = 42+163+113=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 163 (64.06% from 255 or 51.26% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA371 is #D55C8E. Grayscale: #797979. Windows color (decimal): -13982863 or 7447338. OLE color: 7447338.

HSL color Cylindrical-coordinate representation of color #2AA371: hue angle of 155.21º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA371 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB42163113-
CMYK0.7400.310.36
HSL155.21º59.02%40.2%-
HSV(B)155.21º74.23%63.92%-
XYZ17.0327.8820.11-
YUV121.12123.4171.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 163 (64.06% from 255) = 51.26%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=13.21%
G=51.26%
B=35.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421631130.7400.310.36155.2159.0240.2
Hex2AA3714A01F249b3b28
Octal52243161112037442337350
Binary101010101000111110001100101001111110010010011011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,163,113); }

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

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

 a { background-color: rgb(42,163,113); }

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

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

 span { border-color: rgb(42,163,113); }

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