Html Css Color HEX #2EA25F Eucalyptus

📋 copy color: '#2EA25F'

red 46 ◦ green 162 ◦ blue 95

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

Shades of Eucalyptus #2EA25F

Tints of Eucalyptus #2EA25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.47%

 BLUE value IS 95 (37.5% from 255) = 31.35%

R = 15.18%
G = 53.47%
B = 31.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#2EA25F (or 0x2EA25F) is known color: Eucalyptus. HEX triplet: 2E, A2 and 5F. RGB value is (46,162,95). Sum of RGB (Red+Green+Blue) = 46+162+95=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA25F is #D15DA0. Grayscale: #777777. Windows color (decimal): -13720993 or 6267438. OLE color: 6267438.

HSL color Cylindrical-coordinate representation of color #2EA25F: hue angle of 145.34º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA25F is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 162 95 -
CMYK 0.72 0 0.41 0.36
HSL 145.34º 0.56% 0.41% -
HSV(B) 145.34º 0.72% 0.64% -
XYZ 16.11 27.25 15.24 -
YUV 119.68 114.07 75.45 -
System Red Green Blue C M Y K H S L
Decimal 46 162 95 0.72 0 0.41 0.36 145.34 0.56 0.41
Hex 2E A2 5F 48 0 29 24 91 38 29
Octal 56 242 137 110 0 51 44 221 70 51
Binary 101110 10100010 1011111 1001000 0 101001 100100 10010001 111000 101001

Color Harmonies of #2EA25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA25F

Black with #2EA25F

Text Example


Text Example

White with #2EA25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,95); }

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

background-color css

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

 a { background-color: rgb(46,162,95); }

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

border-color css

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

 span { border-color: rgb(46,162,95); }

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