#2B927C

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

Shades of Gossamer #2B927C

Tints of Gossamer #2B927C

Color information

#2B927C (or 0x2B927C) is unknown color: approx Gossamer. HEX triplet: 2B, 92 and 7C. RGB value is (43,146,124). Sum of RGB (Red+Green+Blue) = 43+146+124=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #2B927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B927C is #D46D83. Grayscale: #707070. Windows color (decimal): -13921668 or 8163883. OLE color: 8163883.

HSL color Cylindrical-coordinate representation of color #2B927C: hue angle of 167.18º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B927C is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB43146124-
CMYK0.7100.150.43
HSL167.18º54.5%37.06%-
HSV(B)167.18º70.55%57.25%-
XYZ14.9122.5322.63-
YUV112.7134.3878.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=13.74%
G=46.65%
B=39.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431461240.7100.150.43167.1854.537.06
Hex2B927C470F2Ba73625
Octal53222174107017532476645
Binary10101110010010111110010001110111110101110100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,146,124); }

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

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

 a { background-color: rgb(43,146,124); }

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

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

 span { border-color: rgb(43,146,124); }

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