#2AA457

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

Shades of Eucalyptus #2AA457

Tints of Eucalyptus #2AA457

Color information

#2AA457 (or 0x2AA457) is unknown color: approx Eucalyptus. HEX triplet: 2A, A4 and 57. RGB value is (42,164,87). Sum of RGB (Red+Green+Blue) = 42+164+87=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA457 is #D55BA8. Grayscale: #767676. Windows color (decimal): -13982633 or 5743658. OLE color: 5743658.

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

Color convert

RGB4216487-
CMYK0.7400.470.36
HSL142.13º59.22%40.39%-
HSV(B)142.13º74.39%64.31%-
XYZ15.9527.7313.53-
YUV118.74110.0873.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 164 (64.45% from 255) = 55.97%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=14.33%
G=55.97%
B=29.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164870.7400.470.36142.1359.2240.39
Hex2AA4574A02F248e3b28
Octal52244127112057442167350
Binary1010101010010010101111001010010111110010010001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,164,87); }

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

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

 a { background-color: rgb(42,164,87); }

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

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

 span { border-color: rgb(42,164,87); }

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