#2E9482

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

Shades of Gossamer #2E9482

Tints of Gossamer #2E9482

Color information

#2E9482 (or 0x2E9482) is unknown color: approx Gossamer. HEX triplet: 2E, 94 and 82. RGB value is (46,148,130). Sum of RGB (Red+Green+Blue) = 46+148+130=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9482 is #D16B7D. Grayscale: #737373. Windows color (decimal): -13724542 or 8557614. OLE color: 8557614.

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

Color convert

RGB46148130-
CMYK0.6900.120.42
HSL169.41º52.58%38.04%-
HSV(B)169.41º68.92%58.04%-
XYZ15.7523.3724.8-
YUV115.45136.2178.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.20%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=14.20%
G=45.68%
B=40.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461481300.6900.120.42169.4152.5838.04
Hex2E9482450C2Aa93526
Octal56224202105014522516546
Binary101110100101001000001010001010110010101010101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,148,130); }

 H1.HeaderClassName
 {
   color: #2E9482;
 }
 .AnyTagClassName
 {
   color: #2E9482;
 }
</style>
background-color css

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

 a { background-color: rgb(46,148,130); }

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

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

 span { border-color: rgb(46,148,130); }

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