Html Css Color HEX #2EA85D Eucalyptus

📋 copy color: '#2EA85D'

red 46 ◦ green 168 ◦ blue 93

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

Shades of Eucalyptus #2EA85D

Tints of Eucalyptus #2EA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.72%

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

R = 14.98%
G = 54.72%
B = 30.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#2EA85D (or 0x2EA85D) is known color: Eucalyptus. HEX triplet: 2E, A8 and 5D. RGB value is (46,168,93). Sum of RGB (Red+Green+Blue) = 46+168+93=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA85D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA85D is #D157A2. Grayscale: #7B7B7B. Windows color (decimal): -13719459 or 6137902. OLE color: 6137902.

HSL color Cylindrical-coordinate representation of color #2EA85D: hue angle of 143.11º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EA85D is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 46 168 93 -
CMYK 0.73 0 0.45 0.34
HSL 143.11º 0.57% 0.42% -
HSV(B) 143.11º 0.73% 0.66% -
XYZ 17.11 29.38 15.12 -
YUV 122.97 111.08 73.1 -
System Red Green Blue C M Y K H S L
Decimal 46 168 93 0.73 0 0.45 0.34 143.11 0.57 0.42
Hex 2E A8 5D 49 0 2D 22 8F 39 2A
Octal 56 250 135 111 0 55 42 217 71 52
Binary 101110 10101000 1011101 1001001 0 101101 100010 10001111 111001 101010

Color Harmonies of #2EA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA85D

Black with #2EA85D

Text Example


Text Example

White with #2EA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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