#2AA15E

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

Shades of Eucalyptus #2AA15E

Tints of Eucalyptus #2AA15E

Color information

#2AA15E (or 0x2AA15E) is unknown color: approx Eucalyptus. HEX triplet: 2A, A1 and 5E. RGB value is (42,161,94). Sum of RGB (Red+Green+Blue) = 42+161+94=297 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.14% from 297); Green value is 161 (63.28% from 255 or 54.21% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 161 - color contains mainly: green. Hex color #2AA15E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA15E is #D55EA1. Grayscale: #757575. Windows color (decimal): -13983394 or 6201642. OLE color: 6201642.

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

Color convert

RGB4216194-
CMYK0.7400.420.37
HSL146.22º58.62%39.8%-
HSV(B)146.22º73.91%63.14%-
XYZ15.7226.7914.93-
YUV117.78114.5873.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.14%
GREEN value IS 161 (63.28% from 255) = 54.21%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=14.14%
G=54.21%
B=31.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42161940.7400.420.37146.2258.6239.8
Hex2AA15E4A02A25923b28
Octal52241136112052452227350
Binary1010101010000110111101001010010101010010110010010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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