Html Css Color HEX #2EA059 Eucalyptus

📋 copy color: '#2EA059'

red 46 ◦ green 160 ◦ blue 89

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

Shades of Eucalyptus #2EA059

Tints of Eucalyptus #2EA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.24%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 15.59%
G = 54.24%
B = 30.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#2EA059 (or 0x2EA059) is known color: Eucalyptus. HEX triplet: 2E, A0 and 59. RGB value is (46,160,89). Sum of RGB (Red+Green+Blue) = 46+160+89=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA059 is #D15FA6. Grayscale: #757575. Windows color (decimal): -13721511 or 5873710. OLE color: 5873710.

HSL color Cylindrical-coordinate representation of color #2EA059: hue angle of 142.63º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA059 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 160 89 -
CMYK 0.71 0 0.44 0.37
HSL 142.63º 0.55% 0.4% -
HSV(B) 142.63º 0.71% 0.63% -
XYZ 15.5 26.44 13.74 -
YUV 117.82 111.73 76.77 -
System Red Green Blue C M Y K H S L
Decimal 46 160 89 0.71 0 0.44 0.37 142.63 0.55 0.4
Hex 2E A0 59 47 0 2C 25 8F 37 28
Octal 56 240 131 107 0 54 45 217 67 50
Binary 101110 10100000 1011001 1000111 0 101100 100101 10001111 110111 101000

Color Harmonies of #2EA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA059

Black with #2EA059

Text Example


Text Example

White with #2EA059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,160,89); }

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

background-color css

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

 a { background-color: rgb(46,160,89); }

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

border-color css

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

 span { border-color: rgb(46,160,89); }

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