#2B9876

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

Shades of Gossamer #2B9876

Tints of Gossamer #2B9876

Color information

#2B9876 (or 0x2B9876) is unknown color: approx Gossamer. HEX triplet: 2B, 98 and 76. RGB value is (43,152,118). Sum of RGB (Red+Green+Blue) = 43+152+118=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9876 is #D46789. Grayscale: #737373. Windows color (decimal): -13920138 or 7772203. OLE color: 7772203.

HSL color Cylindrical-coordinate representation of color #2B9876: hue angle of 161.28º 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 #2B9876 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB43152118-
CMYK0.7200.220.40
HSL161.28º55.9%38.24%-
HSV(B)161.28º71.71%59.61%-
XYZ15.4924.2821.01-
YUV115.53129.3976.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=13.74%
G=48.56%
B=37.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431521180.7200.220.40161.2855.938.24
Hex2B98764801628a13826
Octal53230166110026502417046
Binary101011100110001110110100100001011010100010100001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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