#2E9484

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

Shades of Gossamer #2E9484

Tints of Gossamer #2E9484

Color information

#2E9484 (or 0x2E9484) is unknown color: approx Gossamer. HEX triplet: 2E, 94 and 84. RGB value is (46,148,132). Sum of RGB (Red+Green+Blue) = 46+148+132=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9484 is #D16B7B. Grayscale: #737373. Windows color (decimal): -13724540 or 8688686. OLE color: 8688686.

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

Color convert

RGB46148132-
CMYK0.6900.110.42
HSL170.59º52.58%38.04%-
HSV(B)170.59º68.92%58.04%-
XYZ15.8823.4325.51-
YUV115.68137.2178.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=14.11%
G=45.40%
B=40.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461481320.6900.110.42170.5952.5838.04
Hex2E9484450B2Aab3526
Octal56224204105013522536546
Binary101110100101001000010010001010101110101010101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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