Html Css Color HEX #2EA65B Eucalyptus

📋 copy color: '#2EA65B'

red 46 ◦ green 166 ◦ blue 91

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

Shades of Eucalyptus #2EA65B

Tints of Eucalyptus #2EA65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.79%

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

R = 15.18%
G = 54.79%
B = 30.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#2EA65B (or 0x2EA65B) is known color: Eucalyptus. HEX triplet: 2E, A6 and 5B. RGB value is (46,166,91). Sum of RGB (Red+Green+Blue) = 46+166+91=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA65B is #D159A4. Grayscale: #797979. Windows color (decimal): -13719973 or 6006318. OLE color: 6006318.

HSL color Cylindrical-coordinate representation of color #2EA65B: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA65B is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 166 91 -
CMYK 0.72 0 0.45 0.35
HSL 142.5º 0.57% 0.42% -
HSV(B) 142.5º 0.72% 0.65% -
XYZ 16.65 28.61 14.54 -
YUV 121.57 110.74 74.1 -
System Red Green Blue C M Y K H S L
Decimal 46 166 91 0.72 0 0.45 0.35 142.5 0.57 0.42
Hex 2E A6 5B 48 0 2D 23 8E 39 2A
Octal 56 246 133 110 0 55 43 216 71 52
Binary 101110 10100110 1011011 1001000 0 101101 100011 10001110 111001 101010

Color Harmonies of #2EA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA65B

Black with #2EA65B

Text Example


Text Example

White with #2EA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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