Html Css Color HEX #2EAA5B Eucalyptus

📋 copy color: '#2EAA5B'

red 46 ◦ green 170 ◦ blue 91

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

Shades of Eucalyptus #2EAA5B

Tints of Eucalyptus #2EAA5B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.37%

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

R = 14.98%
G = 55.37%
B = 29.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#2EAA5B (or 0x2EAA5B) is known color: Eucalyptus. HEX triplet: 2E, AA and 5B. RGB value is (46,170,91). Sum of RGB (Red+Green+Blue) = 46+170+91=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA5B is #D155A4. Grayscale: #7C7C7C. Windows color (decimal): -13718949 or 6007342. OLE color: 6007342.

HSL color Cylindrical-coordinate representation of color #2EAA5B: hue angle of 141.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA5B is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 170 91 -
CMYK 0.73 0 0.46 0.33
HSL 141.77º 0.57% 0.42% -
HSV(B) 141.77º 0.73% 0.67% -
XYZ 17.39 30.09 14.79 -
YUV 123.92 109.42 72.42 -
System Red Green Blue C M Y K H S L
Decimal 46 170 91 0.73 0 0.46 0.33 141.77 0.57 0.42
Hex 2E AA 5B 49 0 2E 21 8E 39 2A
Octal 56 252 133 111 0 56 41 216 71 52
Binary 101110 10101010 1011011 1001001 0 101110 100001 10001110 111001 101010

Color Harmonies of #2EAA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA5B

Black with #2EAA5B

Text Example


Text Example

White with #2EAA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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