Html Css Color HEX #2E9676 Gossamer

📋 copy color: '#2E9676'

red 46 ◦ green 150 ◦ blue 118

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

Shades of Gossamer #2E9676

Tints of Gossamer #2E9676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.77%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 14.65%
G = 47.77%
B = 37.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#2E9676 (or 0x2E9676) is known color: Gossamer. HEX triplet: 2E, 96 and 76. RGB value is (46,150,118). Sum of RGB (Red+Green+Blue) = 46+150+118=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9676 is #D16989. Grayscale: #737373. Windows color (decimal): -13724042 or 7771694. OLE color: 7771694.

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

Color convert

RGB 46 150 118 -
CMYK 0.69 0 0.21 0.41
HSL 161.54º 0.53% 0.38% -
HSV(B) 161.54º 0.69% 0.59% -
XYZ 15.3 23.7 20.91 -
YUV 115.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 46 150 118 0.69 0 0.21 0.41 161.54 0.53 0.38
Hex 2E 96 76 45 0 15 29 A2 35 26
Octal 56 226 166 105 0 25 51 242 65 46
Binary 101110 10010110 1110110 1000101 0 10101 101001 10100010 110101 100110

Color Harmonies of #2E9676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9676

Black with #2E9676

Text Example


Text Example

White with #2E9676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,150,118); }

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

background-color css

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

 a { background-color: rgb(46,150,118); }

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

border-color css

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

 span { border-color: rgb(46,150,118); }

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