#2B9A76

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

Shades of Gossamer #2B9A76

Tints of Gossamer #2B9A76

Color information

#2B9A76 (or 0x2B9A76) is unknown color: approx Gossamer. HEX triplet: 2B, 9A and 76. RGB value is (43,154,118). Sum of RGB (Red+Green+Blue) = 43+154+118=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9A76 is #D46589. Grayscale: #747474. Windows color (decimal): -13919626 or 7772715. OLE color: 7772715.

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

Color convert

RGB43154118-
CMYK0.7200.230.40
HSL160.54º56.35%38.63%-
HSV(B)160.54º72.08%60.39%-
XYZ15.8224.9321.12-
YUV116.71128.7375.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.65%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=13.65%
G=48.89%
B=37.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431541180.7200.230.40160.5456.3538.63
Hex2B9A764801728a13827
Octal53232166110027502417047
Binary101011100110101110110100100001011110100010100001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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