#2AA365

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

Shades of Eucalyptus #2AA365

Tints of Eucalyptus #2AA365

Color information

#2AA365 (or 0x2AA365) is unknown color: approx Eucalyptus. HEX triplet: 2A, A3 and 65. RGB value is (42,163,101). Sum of RGB (Red+Green+Blue) = 42+163+101=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA365 is #D55C9A. Grayscale: #777777. Windows color (decimal): -13982875 or 6660906. OLE color: 6660906.

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

Color convert

RGB42163101-
CMYK0.7400.380.36
HSL149.26º59.02%40.2%-
HSV(B)149.26º74.23%63.92%-
XYZ16.427.6316.78-
YUV119.75117.4172.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.73%
GREEN value IS 163 (64.06% from 255) = 53.27%
BLUE value IS 101 (39.84% from 255) = 33.01%
R=13.73%
G=53.27%
B=33.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal421631010.7400.380.36149.2659.0240.2
Hex2AA3654A02624953b28
Octal52243145112046442257350
Binary1010101010001111001011001010010011010010010010101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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