#2AA35E

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

Shades of Eucalyptus #2AA35E

Tints of Eucalyptus #2AA35E

Color information

#2AA35E (or 0x2AA35E) is unknown color: approx Eucalyptus. HEX triplet: 2A, A3 and 5E. RGB value is (42,163,94). Sum of RGB (Red+Green+Blue) = 42+163+94=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA35E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA35E is #D55CA1. Grayscale: #777777. Windows color (decimal): -13982882 or 6202154. OLE color: 6202154.

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

Color convert

RGB4216394-
CMYK0.7400.420.36
HSL145.79º59.02%40.2%-
HSV(B)145.79º74.23%63.92%-
XYZ16.0727.4915.05-
YUV118.96113.9173.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 163 (64.06% from 255) = 54.52%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=14.05%
G=54.52%
B=31.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42163940.7400.420.36145.7959.0240.2
Hex2AA35E4A02A24923b28
Octal52243136112052442227350
Binary1010101010001110111101001010010101010010010010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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