#2B957B

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

Shades of Gossamer #2B957B

Tints of Gossamer #2B957B

Color information

#2B957B (or 0x2B957B) is unknown color: approx Gossamer. HEX triplet: 2B, 95 and 7B. RGB value is (43,149,123). Sum of RGB (Red+Green+Blue) = 43+149+123=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #2B957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B957B is #D46A84. Grayscale: #727272. Windows color (decimal): -13920901 or 8099115. OLE color: 8099115.

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

Color convert

RGB43149123-
CMYK0.7100.170.42
HSL165.28º55.21%37.65%-
HSV(B)165.28º71.14%58.43%-
XYZ15.3223.4422.46-
YUV114.34132.8877.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=13.65%
G=47.30%
B=39.05%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal431491230.7100.170.42165.2855.2137.65
Hex2B957B470112Aa53726
Octal53225173107021522456746
Binary101011100101011111011100011101000110101010100101110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,149,123); }

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

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

 a { background-color: rgb(43,149,123); }

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

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

 span { border-color: rgb(43,149,123); }

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