Html Css Color HEX #2E957C Gossamer

📋 copy color: '#2E957C'

red 46 ◦ green 149 ◦ blue 124

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

Shades of Gossamer #2E957C

Tints of Gossamer #2E957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.71%

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 14.42%
G = 46.71%
B = 38.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#2E957C (or 0x2E957C) is known color: Gossamer. HEX triplet: 2E, 95 and 7C. RGB value is (46,149,124). Sum of RGB (Red+Green+Blue) = 46+149+124=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #2E957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E957C is #D16A83. Grayscale: #737373. Windows color (decimal): -13724292 or 8164654. OLE color: 8164654.

HSL color Cylindrical-coordinate representation of color #2E957C: hue angle of 165.44º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E957C is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 149 124 -
CMYK 0.69 0 0.17 0.42
HSL 165.44º 0.53% 0.38% -
HSV(B) 165.44º 0.69% 0.58% -
XYZ 15.51 23.53 22.79 -
YUV 115.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 46 149 124 0.69 0 0.17 0.42 165.44 0.53 0.38
Hex 2E 95 7C 45 0 11 2A A5 35 26
Octal 56 225 174 105 0 21 52 245 65 46
Binary 101110 10010101 1111100 1000101 0 10001 101010 10100101 110101 100110

Color Harmonies of #2E957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E957C

Black with #2E957C

Text Example


Text Example

White with #2E957C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,124); }

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

background-color css

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

 a { background-color: rgb(46,149,124); }

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

border-color css

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

 span { border-color: rgb(46,149,124); }

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