#2AA370

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

Shades of Eucalyptus #2AA370

Tints of Eucalyptus #2AA370

Color information

#2AA370 (or 0x2AA370) is unknown color: approx Eucalyptus. HEX triplet: 2A, A3 and 70. RGB value is (42,163,112). Sum of RGB (Red+Green+Blue) = 42+163+112=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA370 is #D55C8F. Grayscale: #797979. Windows color (decimal): -13982864 or 7381802. OLE color: 7381802.

HSL color Cylindrical-coordinate representation of color #2AA370: hue angle of 154.71º 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 #2AA370 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB42163112-
CMYK0.7400.310.36
HSL154.71º59.02%40.2%-
HSV(B)154.71º74.23%63.92%-
XYZ16.9827.8619.81-
YUV121.01122.9171.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 163 (64.06% from 255) = 51.42%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=13.25%
G=51.42%
B=35.33%

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
Decimal421631120.7400.310.36154.7159.0240.2
Hex2AA3704A01F249b3b28
Octal52243160112037442337350
Binary101010101000111110000100101001111110010010011011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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