#2EA26E

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

Shades of Eucalyptus #2EA26E

Tints of Eucalyptus #2EA26E

Color information

#2EA26E (or 0x2EA26E) is unknown color: approx Eucalyptus. HEX triplet: 2E, A2 and 6E. RGB value is (46,162,110). Sum of RGB (Red+Green+Blue) = 46+162+110=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA26E is #D15D91. Grayscale: #797979. Windows color (decimal): -13720978 or 7250478. OLE color: 7250478.

HSL color Cylindrical-coordinate representation of color #2EA26E: hue angle of 153.1º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA26E is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB46162110-
CMYK0.7200.320.36
HSL153.1º55.77%40.78%-
HSV(B)153.1º71.6%63.53%-
XYZ16.8627.5519.18-
YUV121.39121.5774.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.47%
GREEN value IS 162 (63.67% from 255) = 50.94%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=14.47%
G=50.94%
B=34.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461621100.7200.320.36153.155.7740.78
Hex2EA26E4802024993829
Octal56242156110040442317051
Binary1011101010001011011101001000010000010010010011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,162,110); }

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

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

 a { background-color: rgb(46,162,110); }

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

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

 span { border-color: rgb(46,162,110); }

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