Html Css Color HEX #2E9675 Gossamer

📋 copy color: '#2E9675'

red 46 ◦ green 150 ◦ blue 117

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

Shades of Gossamer #2E9675

Tints of Gossamer #2E9675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 14.7%
G = 47.92%
B = 37.38%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#2E9675 (or 0x2E9675) is known color: Gossamer. HEX triplet: 2E, 96 and 75. RGB value is (46,150,117). Sum of RGB (Red+Green+Blue) = 46+150+117=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #2E9675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9675 is #D1698A. Grayscale: #737373. Windows color (decimal): -13724043 or 7706158. OLE color: 7706158.

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

Color convert

RGB 46 150 117 -
CMYK 0.69 0 0.22 0.41
HSL 160.96º 0.53% 0.38% -
HSV(B) 160.96º 0.69% 0.59% -
XYZ 15.24 23.68 20.6 -
YUV 115.14 129.04 78.68 -
System Red Green Blue C M Y K H S L
Decimal 46 150 117 0.69 0 0.22 0.41 160.96 0.53 0.38
Hex 2E 96 75 45 0 16 29 A1 35 26
Octal 56 226 165 105 0 26 51 241 65 46
Binary 101110 10010110 1110101 1000101 0 10110 101001 10100001 110101 100110

Color Harmonies of #2E9675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9675

Black with #2E9675

Text Example


Text Example

White with #2E9675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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