Html Css Color HEX #2E957B Gossamer

📋 copy color: '#2E957B'

red 46 ◦ green 149 ◦ blue 123

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

Shades of Gossamer #2E957B

Tints of Gossamer #2E957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 14.47%
G = 46.86%
B = 38.68%

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

#2E957B (or 0x2E957B) is known color: Gossamer. HEX triplet: 2E, 95 and 7B. RGB value is (46,149,123). Sum of RGB (Red+Green+Blue) = 46+149+123=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #2E957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E957B is #D16A84. Grayscale: #737373. Windows color (decimal): -13724293 or 8099118. OLE color: 8099118.

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

Color convert

RGB 46 149 123 -
CMYK 0.69 0 0.17 0.42
HSL 164.85º 0.53% 0.38% -
HSV(B) 164.85º 0.69% 0.58% -
XYZ 15.45 23.51 22.46 -
YUV 115.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 46 149 123 0.69 0 0.17 0.42 164.85 0.53 0.38
Hex 2E 95 7B 45 0 11 2A A5 35 26
Octal 56 225 173 105 0 21 52 245 65 46
Binary 101110 10010101 1111011 1000101 0 10001 101010 10100101 110101 100110

Color Harmonies of #2E957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E957B

Black with #2E957B

Text Example


Text Example

White with #2E957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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