Html Css Color HEX #2EA15D Eucalyptus

📋 copy color: '#2EA15D'

red 46 ◦ green 161 ◦ blue 93

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

Shades of Eucalyptus #2EA15D

Tints of Eucalyptus #2EA15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 15.33%
G = 53.67%
B = 31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#2EA15D (or 0x2EA15D) is known color: Eucalyptus. HEX triplet: 2E, A1 and 5D. RGB value is (46,161,93). Sum of RGB (Red+Green+Blue) = 46+161+93=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA15D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA15D is #D15EA2. Grayscale: #777777. Windows color (decimal): -13721251 or 6136110. OLE color: 6136110.

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

Color convert

RGB 46 161 93 -
CMYK 0.71 0 0.42 0.37
HSL 144.52º 0.56% 0.41% -
HSV(B) 144.52º 0.71% 0.63% -
XYZ 15.85 26.86 14.71 -
YUV 118.86 113.4 76.03 -
System Red Green Blue C M Y K H S L
Decimal 46 161 93 0.71 0 0.42 0.37 144.52 0.56 0.41
Hex 2E A1 5D 47 0 2A 25 91 38 29
Octal 56 241 135 107 0 52 45 221 70 51
Binary 101110 10100001 1011101 1000111 0 101010 100101 10010001 111000 101001

Color Harmonies of #2EA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA15D

Black with #2EA15D

Text Example


Text Example

White with #2EA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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