Html Css Color HEX #2EA173 Eucalyptus

📋 copy color: '#2EA173'

red 46 ◦ green 161 ◦ blue 115

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

Shades of Eucalyptus #2EA173

Tints of Eucalyptus #2EA173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 14.29%
G = 50%
B = 35.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#2EA173 (or 0x2EA173) is known color: Eucalyptus. HEX triplet: 2E, A1 and 73. RGB value is (46,161,115). Sum of RGB (Red+Green+Blue) = 46+161+115=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA173 is #D15E8C. Grayscale: #797979. Windows color (decimal): -13721229 or 7577902. OLE color: 7577902.

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

Color convert

RGB 46 161 115 -
CMYK 0.71 0 0.29 0.37
HSL 156º 0.56% 0.41% -
HSV(B) 156º 0.71% 0.63% -
XYZ 16.97 27.31 20.6 -
YUV 121.37 124.4 74.24 -
System Red Green Blue C M Y K H S L
Decimal 46 161 115 0.71 0 0.29 0.37 156 0.56 0.41
Hex 2E A1 73 47 0 1D 25 9C 38 29
Octal 56 241 163 107 0 35 45 234 70 51
Binary 101110 10100001 1110011 1000111 0 11101 100101 10011100 111000 101001

Color Harmonies of #2EA173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA173

Black with #2EA173

Text Example


Text Example

White with #2EA173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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