Html Css Color HEX #2EA45B Eucalyptus

📋 copy color: '#2EA45B'

red 46 ◦ green 164 ◦ blue 91

#2EA45B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #2EA45B

Tints of Eucalyptus #2EA45B

RGB

 RED value IS 46 (18.36% from 255) = 15.28%

 GREEN value IS 164 (64.45% from 255) = 54.49%

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 15.28%
G = 54.49%
B = 30.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#2EA45B (or 0x2EA45B) is known color: Eucalyptus. HEX triplet: 2E, A4 and 5B. RGB value is (46,164,91). Sum of RGB (Red+Green+Blue) = 46+164+91=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA45B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA45B is #D15BA4. Grayscale: #787878. Windows color (decimal): -13720485 or 6005806. OLE color: 6005806.

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

Color convert

RGB 46 164 91 -
CMYK 0.72 0 0.45 0.36
HSL 142.88º 0.56% 0.41% -
HSV(B) 142.88º 0.72% 0.64% -
XYZ 16.29 27.89 14.42 -
YUV 120.4 111.41 74.94 -
System Red Green Blue C M Y K H S L
Decimal 46 164 91 0.72 0 0.45 0.36 142.88 0.56 0.41
Hex 2E A4 5B 48 0 2D 24 8F 38 29
Octal 56 244 133 110 0 55 44 217 70 51
Binary 101110 10100100 1011011 1001000 0 101101 100100 10001111 111000 101001

Color Harmonies of #2EA45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA45B

Black with #2EA45B

Text Example


Text Example

White with #2EA45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,164,91); }

 H1.HeaderClassName
 {
   color: #2EA45B;
 }
 .AnyTagClassName
 {
   color: #2EA45B;
 }
</style>

background-color css

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

 a { background-color: rgb(46,164,91); }

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

border-color css

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

 span { border-color: rgb(46,164,91); }

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