Html Css Color HEX #2EA66B Eucalyptus

📋 copy color: '#2EA66B'

red 46 ◦ green 166 ◦ blue 107

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

Shades of Eucalyptus #2EA66B

Tints of Eucalyptus #2EA66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 14.42%
G = 52.04%
B = 33.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#2EA66B (or 0x2EA66B) is known color: Eucalyptus. HEX triplet: 2E, A6 and 6B. RGB value is (46,166,107). Sum of RGB (Red+Green+Blue) = 46+166+107=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #2EA66B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA66B is #D15994. Grayscale: #7B7B7B. Windows color (decimal): -13719957 or 7054894. OLE color: 7054894.

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

Color convert

RGB 46 166 107 -
CMYK 0.72 0 0.36 0.35
HSL 150.5º 0.57% 0.42% -
HSV(B) 150.5º 0.72% 0.65% -
XYZ 17.42 28.91 18.57 -
YUV 123.39 118.74 72.8 -
System Red Green Blue C M Y K H S L
Decimal 46 166 107 0.72 0 0.36 0.35 150.5 0.57 0.42
Hex 2E A6 6B 48 0 24 23 96 39 2A
Octal 56 246 153 110 0 44 43 226 71 52
Binary 101110 10100110 1101011 1001000 0 100100 100011 10010110 111001 101010

Color Harmonies of #2EA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA66B

Black with #2EA66B

Text Example


Text Example

White with #2EA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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