#2EA26C

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

Shades of Eucalyptus #2EA26C

Tints of Eucalyptus #2EA26C

Color information

#2EA26C (or 0x2EA26C) is unknown color: approx Eucalyptus. HEX triplet: 2E, A2 and 6C. RGB value is (46,162,108). Sum of RGB (Red+Green+Blue) = 46+162+108=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA26C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA26C is #D15D93. Grayscale: #797979. Windows color (decimal): -13720980 or 7119406. OLE color: 7119406.

HSL color Cylindrical-coordinate representation of color #2EA26C: hue angle of 152.07º 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 #2EA26C is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB46162108-
CMYK0.7200.330.36
HSL152.07º55.77%40.78%-
HSV(B)152.07º71.6%63.53%-
XYZ16.7527.518.61-
YUV121.16120.5774.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.56%
GREEN value IS 162 (63.67% from 255) = 51.27%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=14.56%
G=51.27%
B=34.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461621080.7200.330.36152.0755.7740.78
Hex2EA26C4802124983829
Octal56242154110041442307051
Binary1011101010001011011001001000010000110010010011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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