Html Css Color HEX #2EA060 Eucalyptus

📋 copy color: '#2EA060'

red 46 ◦ green 160 ◦ blue 96

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

Shades of Eucalyptus #2EA060

Tints of Eucalyptus #2EA060

RGB

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

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

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

R = 15.23%
G = 52.98%
B = 31.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#2EA060 (or 0x2EA060) is known color: Eucalyptus. HEX triplet: 2E, A0 and 60. RGB value is (46,160,96). Sum of RGB (Red+Green+Blue) = 46+160+96=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA060 is #D15F9F. Grayscale: #767676. Windows color (decimal): -13721504 or 6332462. OLE color: 6332462.

HSL color Cylindrical-coordinate representation of color #2EA060: hue angle of 146.32º 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 #2EA060 is Cyan = 0.71, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 160 96 -
CMYK 0.71 0 0.4 0.37
HSL 146.32º 0.55% 0.4% -
HSV(B) 146.32º 0.71% 0.63% -
XYZ 15.81 26.57 15.36 -
YUV 118.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 46 160 96 0.71 0 0.4 0.37 146.32 0.55 0.4
Hex 2E A0 60 47 0 28 25 92 37 28
Octal 56 240 140 107 0 50 45 222 67 50
Binary 101110 10100000 1100000 1000111 0 101000 100101 10010010 110111 101000

Color Harmonies of #2EA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA060

Black with #2EA060

Text Example


Text Example

White with #2EA060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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