Html Css Color HEX #2E957D Gossamer

📋 copy color: '#2E957D'

red 46 ◦ green 149 ◦ blue 125

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

Shades of Gossamer #2E957D

Tints of Gossamer #2E957D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 14.38%
G = 46.56%
B = 39.06%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#2E957D (or 0x2E957D) is known color: Gossamer. HEX triplet: 2E, 95 and 7D. RGB value is (46,149,125). Sum of RGB (Red+Green+Blue) = 46+149+125=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #2E957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E957D is #D16A82. Grayscale: #737373. Windows color (decimal): -13724291 or 8230190. OLE color: 8230190.

HSL color Cylindrical-coordinate representation of color #2E957D: hue angle of 166.02º 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 #2E957D is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 46 149 125 -
CMYK 0.69 0 0.16 0.42
HSL 166.02º 0.53% 0.38% -
HSV(B) 166.02º 0.69% 0.58% -
XYZ 15.58 23.56 23.13 -
YUV 115.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 46 149 125 0.69 0 0.16 0.42 166.02 0.53 0.38
Hex 2E 95 7D 45 0 10 2A A6 35 26
Octal 56 225 175 105 0 20 52 246 65 46
Binary 101110 10010101 1111101 1000101 0 10000 101010 10100110 110101 100110

Color Harmonies of #2E957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E957D

Black with #2E957D

Text Example


Text Example

White with #2E957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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