#2B9976

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

Shades of Gossamer #2B9976

Tints of Gossamer #2B9976

Color information

#2B9976 (or 0x2B9976) is unknown color: approx Gossamer. HEX triplet: 2B, 99 and 76. RGB value is (43,153,118). Sum of RGB (Red+Green+Blue) = 43+153+118=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9976 is #D46689. Grayscale: #747474. Windows color (decimal): -13919882 or 7772459. OLE color: 7772459.

HSL color Cylindrical-coordinate representation of color #2B9976: hue angle of 160.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9976 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB43153118-
CMYK0.7200.230.4
HSL160.91º56.12%38.43%-
HSV(B)160.91º71.9%60%-
XYZ15.6624.621.06-
YUV116.12129.0675.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 118 (46.48% from 255) = 37.58%
R=13.69%
G=48.73%
B=37.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal431531180.7200.230.4160.9156.1238.43
Hex2B99764801728a13826
Octal53231166110027502417046
Binary101011100110011110110100100001011110100010100001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,153,118); }

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

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

 a { background-color: rgb(43,153,118); }

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

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

 span { border-color: rgb(43,153,118); }

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