#2AA25D

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

Shades of Eucalyptus #2AA25D

Tints of Eucalyptus #2AA25D

Color information

#2AA25D (or 0x2AA25D) is unknown color: approx Eucalyptus. HEX triplet: 2A, A2 and 5D. RGB value is (42,162,93). Sum of RGB (Red+Green+Blue) = 42+162+93=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA25D is #D55DA2. Grayscale: #767676. Windows color (decimal): -13983139 or 6136362. OLE color: 6136362.

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

Color convert

RGB4216293-
CMYK0.7400.430.36
HSL145.5º58.82%40%-
HSV(B)145.5º74.07%63.53%-
XYZ15.8527.1214.76-
YUV118.25113.7473.61-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=14.14%
G=54.55%
B=31.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42162930.7400.430.36145.558.8240
Hex2AA25D4A02B24923b28
Octal52242135112053442227350
Binary1010101010001010111011001010010101110010010010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,93); }

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

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

 a { background-color: rgb(42,162,93); }

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

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

 span { border-color: rgb(42,162,93); }

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