#2E8F83

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

Shades of Gossamer #2E8F83

Tints of Gossamer #2E8F83

Color information

#2E8F83 (or 0x2E8F83) is unknown color: approx Gossamer. HEX triplet: 2E, 8F and 83. RGB value is (46,143,131). Sum of RGB (Red+Green+Blue) = 46+143+131=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8F83 is #D1707C. Grayscale: #707070. Windows color (decimal): -13725821 or 8621870. OLE color: 8621870.

HSL color Cylindrical-coordinate representation of color #2E8F83: hue angle of 172.58º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F83 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB46143131-
CMYK0.6800.080.44
HSL172.58º51.32%37.06%-
HSV(B)172.58º67.83%56.08%-
XYZ15.0521.8624.9-
YUV112.63138.3680.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=14.38%
G=44.69%
B=40.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461431310.6800.080.44172.5851.3237.06
Hex2E8F8344082Cad3325
Octal56217203104010542556345
Binary101110100011111000001110001000100010110010101101110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,143,131); }

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

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

 a { background-color: rgb(46,143,131); }

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

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

 span { border-color: rgb(46,143,131); }

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