Html Css Color HEX #2EA181 Gossamer

📋 copy color: '#2EA181'

red 46 ◦ green 161 ◦ blue 129

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

Shades of Gossamer #2EA181

Tints of Gossamer #2EA181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 13.69%
G = 47.92%
B = 38.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#2EA181 (or 0x2EA181) is known color: Gossamer. HEX triplet: 2E, A1 and 81. RGB value is (46,161,129). Sum of RGB (Red+Green+Blue) = 46+161+129=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #2EA181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA181 is #D15E7E. Grayscale: #7A7A7A. Windows color (decimal): -13721215 or 8495406. OLE color: 8495406.

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

Color convert

RGB 46 161 129 -
CMYK 0.71 0 0.20 0.37
HSL 163.3º 0.56% 0.41% -
HSV(B) 163.3º 0.71% 0.63% -
XYZ 17.83 27.66 25.17 -
YUV 122.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 46 161 129 0.71 0 0.20 0.37 163.3 0.56 0.41
Hex 2E A1 81 47 0 14 25 A3 38 29
Octal 56 241 201 107 0 24 45 243 70 51
Binary 101110 10100001 10000001 1000111 0 10100 100101 10100011 111000 101001

Color Harmonies of #2EA181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA181

Black with #2EA181

Text Example


Text Example

White with #2EA181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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