#2AA95E

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

Shades of Eucalyptus #2AA95E

Tints of Eucalyptus #2AA95E

Color information

#2AA95E (or 0x2AA95E) is unknown color: approx Eucalyptus. HEX triplet: 2A, A9 and 5E. RGB value is (42,169,94). Sum of RGB (Red+Green+Blue) = 42+169+94=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA95E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA95E is #D556A1. Grayscale: #7A7A7A. Windows color (decimal): -13981346 or 6203690. OLE color: 6203690.

HSL color Cylindrical-coordinate representation of color #2AA95E: hue angle of 144.57º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA95E is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB4216994-
CMYK0.7500.440.34
HSL144.57º60.19%41.37%-
HSV(B)144.57º75.15%66.27%-
XYZ17.1629.6815.41-
YUV122.48111.9270.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.77%
GREEN value IS 169 (66.41% from 255) = 55.41%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=13.77%
G=55.41%
B=30.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42169940.7500.440.34144.5760.1941.37
Hex2AA95E4B02C22913c29
Octal52251136113054422217451
Binary1010101010100110111101001011010110010001010010001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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