#2AA450

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

Shades of Eucalyptus #2AA450

Tints of Eucalyptus #2AA450

Color information

#2AA450 (or 0x2AA450) is unknown color: approx Eucalyptus. HEX triplet: 2A, A4 and 50. RGB value is (42,164,80). Sum of RGB (Red+Green+Blue) = 42+164+80=286 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.69% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA450 is #D55BAF. Grayscale: #767676. Windows color (decimal): -13982640 or 5284906. OLE color: 5284906.

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

Color convert

RGB4216480-
CMYK0.7400.510.36
HSL138.69º59.22%40.39%-
HSV(B)138.69º74.39%64.31%-
XYZ15.6827.6212.09-
YUV117.95106.5873.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.69%
GREEN value IS 164 (64.45% from 255) = 57.34%
BLUE value IS 80 (31.64% from 255) = 27.97%
R=14.69%
G=57.34%
B=27.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42164800.7400.510.36138.6959.2240.39
Hex2AA4504A033248b3b28
Octal52244120112063442137350
Binary1010101010010010100001001010011001110010010001011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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