Html Css Color HEX #2EA26E Eucalyptus

📋 copy color: '#2EA26E'

red 46 ◦ green 162 ◦ blue 110

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

Shades of Eucalyptus #2EA26E

Tints of Eucalyptus #2EA26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 14.47%
G = 50.94%
B = 34.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#2EA26E (or 0x2EA26E) is known color: Eucalyptus. HEX triplet: 2E, A2 and 6E. RGB value is (46,162,110). Sum of RGB (Red+Green+Blue) = 46+162+110=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA26E is #D15D91. Grayscale: #797979. Windows color (decimal): -13720978 or 7250478. OLE color: 7250478.

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

Color convert

RGB 46 162 110 -
CMYK 0.72 0 0.32 0.36
HSL 153.1º 0.56% 0.41% -
HSV(B) 153.1º 0.72% 0.64% -
XYZ 16.86 27.55 19.18 -
YUV 121.39 121.57 74.23 -
System Red Green Blue C M Y K H S L
Decimal 46 162 110 0.72 0 0.32 0.36 153.1 0.56 0.41
Hex 2E A2 6E 48 0 20 24 99 38 29
Octal 56 242 156 110 0 40 44 231 70 51
Binary 101110 10100010 1101110 1001000 0 100000 100100 10011001 111000 101001

Color Harmonies of #2EA26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA26E

Black with #2EA26E

Text Example


Text Example

White with #2EA26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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