Html Css Color HEX #2EAD60 Eucalyptus

📋 copy color: '#2EAD60'

red 46 ◦ green 173 ◦ blue 96

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

Shades of Eucalyptus #2EAD60

Tints of Eucalyptus #2EAD60

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.92%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 14.6%
G = 54.92%
B = 30.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#2EAD60 (or 0x2EAD60) is known color: Eucalyptus. HEX triplet: 2E, AD and 60. RGB value is (46,173,96). Sum of RGB (Red+Green+Blue) = 46+173+96=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD60 is #D1529F. Grayscale: #7E7E7E. Windows color (decimal): -13718176 or 6335790. OLE color: 6335790.

HSL color Cylindrical-coordinate representation of color #2EAD60: hue angle of 143.62º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAD60 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 46 173 96 -
CMYK 0.73 0 0.45 0.32
HSL 143.62º 0.58% 0.43% -
HSV(B) 143.62º 0.73% 0.68% -
XYZ 18.18 31.31 16.15 -
YUV 126.25 110.92 70.76 -
System Red Green Blue C M Y K H S L
Decimal 46 173 96 0.73 0 0.45 0.32 143.62 0.58 0.43
Hex 2E AD 60 49 0 2D 20 90 3A 2B
Octal 56 255 140 111 0 55 40 220 72 53
Binary 101110 10101101 1100000 1001001 0 101101 100000 10010000 111010 101011

Color Harmonies of #2EAD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD60

Black with #2EAD60

Text Example


Text Example

White with #2EAD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,173,96); }

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

background-color css

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

 a { background-color: rgb(46,173,96); }

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

border-color css

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

 span { border-color: rgb(46,173,96); }

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