#2B947B

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

Shades of Gossamer #2B947B

Tints of Gossamer #2B947B

Color information

#2B947B (or 0x2B947B) is unknown color: approx Gossamer. HEX triplet: 2B, 94 and 7B. RGB value is (43,148,123). Sum of RGB (Red+Green+Blue) = 43+148+123=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #2B947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B947B is #D46B84. Grayscale: #717171. Windows color (decimal): -13921157 or 8098859. OLE color: 8098859.

HSL color Cylindrical-coordinate representation of color #2B947B: hue angle of 165.71º 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 #2B947B is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB43148123-
CMYK0.7100.170.42
HSL165.71º54.97%37.45%-
HSV(B)165.71º70.95%58.04%-
XYZ15.1623.1222.4-
YUV113.76133.2177.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=13.69%
G=47.13%
B=39.17%

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
Decimal431481230.7100.170.42165.7154.9737.45
Hex2B947B470112Aa63725
Octal53224173107021522466745
Binary101011100101001111011100011101000110101010100110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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