#2E9385

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

Shades of Gossamer #2E9385

Tints of Gossamer #2E9385

Color information

#2E9385 (or 0x2E9385) is unknown color: approx Gossamer. HEX triplet: 2E, 93 and 85. RGB value is (46,147,133). Sum of RGB (Red+Green+Blue) = 46+147+133=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #2E9385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9385 is #D16C7A. Grayscale: #737373. Windows color (decimal): -13724795 or 8753966. OLE color: 8753966.

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

Color convert

RGB46147133-
CMYK0.6900.100.42
HSL171.68º52.33%37.84%-
HSV(B)171.68º68.71%57.65%-
XYZ15.7923.1425.82-
YUV115.21138.0478.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 133 (52.34% from 255) = 40.80%
R=14.11%
G=45.09%
B=40.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461471330.6900.100.42171.6852.3337.84
Hex2E9385450A2Aac3426
Octal56223205105012522546446
Binary101110100100111000010110001010101010101010101100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,147,133); }

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

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

 a { background-color: rgb(46,147,133); }

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

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

 span { border-color: rgb(46,147,133); }

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