#2AA470

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

Shades of Eucalyptus #2AA470

Tints of Eucalyptus #2AA470

Color information

#2AA470 (or 0x2AA470) is unknown color: approx Eucalyptus. HEX triplet: 2A, A4 and 70. RGB value is (42,164,112). Sum of RGB (Red+Green+Blue) = 42+164+112=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA470 is #D55B8F. Grayscale: #797979. Windows color (decimal): -13982608 or 7382058. OLE color: 7382058.

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

Color convert

RGB42164112-
CMYK0.7400.320.36
HSL154.43º59.22%40.39%-
HSV(B)154.43º74.39%64.31%-
XYZ17.1528.2119.87-
YUV121.59122.5871.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=13.21%
G=51.57%
B=35.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421641120.7400.320.36154.4359.2240.39
Hex2AA4704A020249a3b28
Octal52244160112040442327350
Binary1010101010010011100001001010010000010010010011010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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