#2E947B

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

Shades of Gossamer #2E947B

Tints of Gossamer #2E947B

Color information

#2E947B (or 0x2E947B) is unknown color: approx Gossamer. HEX triplet: 2E, 94 and 7B. RGB value is (46,148,123). Sum of RGB (Red+Green+Blue) = 46+148+123=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #2E947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E947B is #D16B84. Grayscale: #727272. Windows color (decimal): -13724549 or 8098862. OLE color: 8098862.

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

Color convert

RGB46148123-
CMYK0.6900.170.42
HSL165.29º52.58%38.04%-
HSV(B)165.29º68.92%58.04%-
XYZ15.2923.1922.41-
YUV114.65132.7179.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=14.51%
G=46.69%
B=38.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461481230.6900.170.42165.2952.5838.04
Hex2E947B450112Aa53526
Octal56224173105021522456546
Binary101110100101001111011100010101000110101010100101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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