#2AA156

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

Shades of Eucalyptus #2AA156

Tints of Eucalyptus #2AA156

Color information

#2AA156 (or 0x2AA156) is unknown color: approx Eucalyptus. HEX triplet: 2A, A1 and 56. RGB value is (42,161,86). Sum of RGB (Red+Green+Blue) = 42+161+86=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA156 is #D55EA9. Grayscale: #757575. Windows color (decimal): -13983402 or 5677354. OLE color: 5677354.

HSL color Cylindrical-coordinate representation of color #2AA156: hue angle of 142.18º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA156 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB4216186-
CMYK0.7400.470.37
HSL142.18º58.62%39.8%-
HSV(B)142.18º73.91%63.14%-
XYZ15.3826.6513.14-
YUV116.87110.5874.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.53%
GREEN value IS 161 (63.28% from 255) = 55.71%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=14.53%
G=55.71%
B=29.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42161860.7400.470.37142.1858.6239.8
Hex2AA1564A02F258e3b28
Octal52241126112057452167350
Binary1010101010000110101101001010010111110010110001110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,161,86); }

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

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

 a { background-color: rgb(42,161,86); }

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

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

 span { border-color: rgb(42,161,86); }

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