#2E9675

Color #2E9675 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #2E9675

Tints of Gossamer #2E9675

Color information

#2E9675 (or 0x2E9675) is unknown color: approx 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

RGB46150117-
CMYK0.6900.220.41
HSL160.96º53.06%38.43%-
HSV(B)160.96º69.33%58.82%-
XYZ15.2423.6820.6-
YUV115.14129.0478.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.70%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 117 (46.09% from 255) = 37.38%
R=14.70%
G=47.92%
B=37.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461501170.6900.220.41160.9653.0638.43
Hex2E96754501629a13526
Octal56226165105026512416546
Binary101110100101101110101100010101011010100110100001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>