#2B937E

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

Shades of Gossamer #2B937E

Tints of Gossamer #2B937E

Color information

#2B937E (or 0x2B937E) is unknown color: approx Gossamer. HEX triplet: 2B, 93 and 7E. RGB value is (43,147,126). Sum of RGB (Red+Green+Blue) = 43+147+126=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #2B937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B937E is #D46C81. Grayscale: #717171. Windows color (decimal): -13921410 or 8295211. OLE color: 8295211.

HSL color Cylindrical-coordinate representation of color #2B937E: hue angle of 167.88º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B937E is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB43147126-
CMYK0.7100.140.42
HSL167.88º54.74%37.25%-
HSV(B)167.88º70.75%57.65%-
XYZ15.222.8923.36-
YUV113.51135.0477.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.61%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=13.61%
G=46.52%
B=39.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431471260.7100.140.42167.8854.7437.25
Hex2B937E470E2Aa83725
Octal53223176107016522506745
Binary10101110010011111111010001110111010101010101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,147,126); }

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

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

 a { background-color: rgb(43,147,126); }

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

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

 span { border-color: rgb(43,147,126); }

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