#2AA071

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

Shades of Eucalyptus #2AA071

Tints of Eucalyptus #2AA071

Color information

#2AA071 (or 0x2AA071) is unknown color: approx Eucalyptus. HEX triplet: 2A, A0 and 71. RGB value is (42,160,113). Sum of RGB (Red+Green+Blue) = 42+160+113=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA071 is #D55F8E. Grayscale: #777777. Windows color (decimal): -13983631 or 7446570. OLE color: 7446570.

HSL color Cylindrical-coordinate representation of color #2AA071: hue angle of 156.1º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA071 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB42160113-
CMYK0.7400.290.37
HSL156.1º58.42%39.61%-
HSV(B)156.1º73.75%62.75%-
XYZ16.5126.8319.93-
YUV119.36124.4172.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=13.33%
G=50.79%
B=35.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal421601130.7400.290.37156.158.4239.61
Hex2AA0714A01D259c3a28
Octal52240161112035452347250
Binary101010101000001110001100101001110110010110011100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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