#2AA35C

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

Shades of Eucalyptus #2AA35C

Tints of Eucalyptus #2AA35C

Color information

#2AA35C (or 0x2AA35C) is unknown color: approx Eucalyptus. HEX triplet: 2A, A3 and 5C. RGB value is (42,163,92). Sum of RGB (Red+Green+Blue) = 42+163+92=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA35C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA35C is #D55CA3. Grayscale: #767676. Windows color (decimal): -13982884 or 6071082. OLE color: 6071082.

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

Color convert

RGB4216392-
CMYK0.7400.440.36
HSL144.79º59.02%40.2%-
HSV(B)144.79º74.23%63.92%-
XYZ15.9827.4614.58-
YUV118.73112.9173.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=14.14%
G=54.88%
B=30.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42163920.7400.440.36144.7959.0240.2
Hex2AA35C4A02C24913b28
Octal52243134112054442217350
Binary1010101010001110111001001010010110010010010010001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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