Html Css Color HEX #2E977B Gossamer

📋 copy color: '#2E977B'

red 46 ◦ green 151 ◦ blue 123

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

Shades of Gossamer #2E977B

Tints of Gossamer #2E977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.19%

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

R = 14.38%
G = 47.19%
B = 38.44%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#2E977B (or 0x2E977B) is known color: Gossamer. HEX triplet: 2E, 97 and 7B. RGB value is (46,151,123). Sum of RGB (Red+Green+Blue) = 46+151+123=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #2E977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E977B is #D16884. Grayscale: #747474. Windows color (decimal): -13723781 or 8099630. OLE color: 8099630.

HSL color Cylindrical-coordinate representation of color #2E977B: hue angle of 164º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E977B is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 46 151 123 -
CMYK 0.70 0 0.19 0.41
HSL 164º 0.53% 0.39% -
HSV(B) 164º 0.7% 0.59% -
XYZ 15.77 24.14 22.57 -
YUV 116.41 131.71 77.78 -
System Red Green Blue C M Y K H S L
Decimal 46 151 123 0.70 0 0.19 0.41 164 0.53 0.39
Hex 2E 97 7B 46 0 13 29 A4 35 27
Octal 56 227 173 106 0 23 51 244 65 47
Binary 101110 10010111 1111011 1000110 0 10011 101001 10100100 110101 100111

Color Harmonies of #2E977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E977B

Black with #2E977B

Text Example


Text Example

White with #2E977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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