#2F9676

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

Shades of Gossamer #2F9676

Tints of Gossamer #2F9676

Color information

#2F9676 (or 0x2F9676) is unknown color: approx Gossamer. HEX triplet: 2F, 96 and 76. RGB value is (47,150,118). Sum of RGB (Red+Green+Blue) = 47+150+118=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9676 is #D06989. Grayscale: #737373. Windows color (decimal): -13658506 or 7771695. OLE color: 7771695.

HSL color Cylindrical-coordinate representation of color #2F9676: hue angle of 161.36º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9676 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB47150118-
CMYK0.6900.210.41
HSL161.36º52.28%38.63%-
HSV(B)161.36º68.67%58.82%-
XYZ15.3523.7320.91-
YUV115.56129.3879.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.92%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=14.92%
G=47.62%
B=37.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471501180.6900.210.41161.3652.2838.63
Hex2F96764501529a13427
Octal57226166105025512416447
Binary101111100101101110110100010101010110100110100001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,150,118); }

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

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

 a { background-color: rgb(47,150,118); }

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

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

 span { border-color: rgb(47,150,118); }

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