Html Css Color HEX #2EA26D Eucalyptus

📋 copy color: '#2EA26D'

red 46 ◦ green 162 ◦ blue 109

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

Shades of Eucalyptus #2EA26D

Tints of Eucalyptus #2EA26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 14.51%
G = 51.1%
B = 34.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#2EA26D (or 0x2EA26D) is known color: Eucalyptus. HEX triplet: 2E, A2 and 6D. RGB value is (46,162,109). Sum of RGB (Red+Green+Blue) = 46+162+109=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA26D is #D15D92. Grayscale: #797979. Windows color (decimal): -13720979 or 7184942. OLE color: 7184942.

HSL color Cylindrical-coordinate representation of color #2EA26D: hue angle of 152.59º 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 #2EA26D is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 46 162 109 -
CMYK 0.72 0 0.33 0.36
HSL 152.59º 0.56% 0.41% -
HSV(B) 152.59º 0.72% 0.64% -
XYZ 16.81 27.53 18.9 -
YUV 121.27 121.07 74.31 -
System Red Green Blue C M Y K H S L
Decimal 46 162 109 0.72 0 0.33 0.36 152.59 0.56 0.41
Hex 2E A2 6D 48 0 21 24 99 38 29
Octal 56 242 155 110 0 41 44 231 70 51
Binary 101110 10100010 1101101 1001000 0 100001 100100 10011001 111000 101001

Color Harmonies of #2EA26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA26D

Black with #2EA26D

Text Example


Text Example

White with #2EA26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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