Html Css Color HEX #2EA161 Eucalyptus

📋 copy color: '#2EA161'

red 46 ◦ green 161 ◦ blue 97

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

Shades of Eucalyptus #2EA161

Tints of Eucalyptus #2EA161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.91%

R = 15.13%
G = 52.96%
B = 31.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#2EA161 (or 0x2EA161) is known color: Eucalyptus. HEX triplet: 2E, A1 and 61. RGB value is (46,161,97). Sum of RGB (Red+Green+Blue) = 46+161+97=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA161 is #D15E9E. Grayscale: #777777. Windows color (decimal): -13721247 or 6398254. OLE color: 6398254.

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

Color convert

RGB 46 161 97 -
CMYK 0.71 0 0.40 0.37
HSL 146.61º 0.56% 0.41% -
HSV(B) 146.61º 0.71% 0.63% -
XYZ 16.03 26.93 15.66 -
YUV 119.32 115.4 75.7 -
System Red Green Blue C M Y K H S L
Decimal 46 161 97 0.71 0 0.40 0.37 146.61 0.56 0.41
Hex 2E A1 61 47 0 28 25 93 38 29
Octal 56 241 141 107 0 50 45 223 70 51
Binary 101110 10100001 1100001 1000111 0 101000 100101 10010011 111000 101001

Color Harmonies of #2EA161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA161

Black with #2EA161

Text Example


Text Example

White with #2EA161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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