#2EAA62

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

Shades of Eucalyptus #2EAA62

Tints of Eucalyptus #2EAA62

Color information

#2EAA62 (or 0x2EAA62) is unknown color: approx Eucalyptus. HEX triplet: 2E, AA and 62. RGB value is (46,170,98). Sum of RGB (Red+Green+Blue) = 46+170+98=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA62 is #D1559D. Grayscale: #7C7C7C. Windows color (decimal): -13718942 or 6466094. OLE color: 6466094.

HSL color Cylindrical-coordinate representation of color #2EAA62: hue angle of 145.16º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA62 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB4617098-
CMYK0.7300.420.33
HSL145.16º57.41%42.35%-
HSV(B)145.16º72.94%66.67%-
XYZ17.7130.2116.45-
YUV124.72112.9271.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.65%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=14.65%
G=54.14%
B=31.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170980.7300.420.33145.1657.4142.35
Hex2EAA624902A2191392a
Octal56252142111052412217152
Binary1011101010101011000101001001010101010000110010001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,98); }

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

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

 a { background-color: rgb(46,170,98); }

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

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

 span { border-color: rgb(46,170,98); }

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