Html Css Color HEX #2EA160 Eucalyptus

📋 copy color: '#2EA160'

red 46 ◦ green 161 ◦ blue 96

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

Shades of Eucalyptus #2EA160

Tints of Eucalyptus #2EA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.14%

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

R = 15.18%
G = 53.14%
B = 31.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#2EA160 (or 0x2EA160) is known color: Eucalyptus. HEX triplet: 2E, A1 and 60. RGB value is (46,161,96). Sum of RGB (Red+Green+Blue) = 46+161+96=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA160 is #D15E9F. Grayscale: #777777. Windows color (decimal): -13721248 or 6332718. OLE color: 6332718.

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

Color convert

RGB 46 161 96 -
CMYK 0.71 0 0.40 0.37
HSL 146.09º 0.56% 0.41% -
HSV(B) 146.09º 0.71% 0.63% -
XYZ 15.98 26.92 15.42 -
YUV 119.21 114.9 75.79 -
System Red Green Blue C M Y K H S L
Decimal 46 161 96 0.71 0 0.40 0.37 146.09 0.56 0.41
Hex 2E A1 60 47 0 28 25 92 38 29
Octal 56 241 140 107 0 50 45 222 70 51
Binary 101110 10100001 1100000 1000111 0 101000 100101 10010010 111000 101001

Color Harmonies of #2EA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA160

Black with #2EA160

Text Example


Text Example

White with #2EA160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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