#2EA061

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

Shades of Eucalyptus #2EA061

Tints of Eucalyptus #2EA061

Color information

#2EA061 (or 0x2EA061) is unknown color: approx Eucalyptus. HEX triplet: 2E, A0 and 61. RGB value is (46,160,97). Sum of RGB (Red+Green+Blue) = 46+160+97=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 160 (62.89% from 255 or 52.81% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA061 is #D15F9E. Grayscale: #767676. Windows color (decimal): -13721503 or 6397998. OLE color: 6397998.

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

Color convert

RGB4616097-
CMYK0.7100.390.37
HSL146.84º55.34%40.39%-
HSV(B)146.84º71.25%62.75%-
XYZ15.8626.5915.61-
YUV118.73115.7376.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 160 (62.89% from 255) = 52.81%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=15.18%
G=52.81%
B=32.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal46160970.7100.390.37146.8455.3440.39
Hex2EA0614702725933728
Octal56240141107047452236750
Binary1011101010000011000011000111010011110010110010011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,160,97); }

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

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

 a { background-color: rgb(46,160,97); }

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

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

 span { border-color: rgb(46,160,97); }

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