#2FA176

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

Shades of Gossamer #2FA176

Tints of Gossamer #2FA176

Color information

#2FA176 (or 0x2FA176) is unknown color: approx Gossamer. HEX triplet: 2F, A1 and 76. RGB value is (47,161,118). Sum of RGB (Red+Green+Blue) = 47+161+118=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA176 is #D05E89. Grayscale: #7A7A7A. Windows color (decimal): -13655690 or 7774511. OLE color: 7774511.

HSL color Cylindrical-coordinate representation of color #2FA176: hue angle of 157.37º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA176 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB47161118-
CMYK0.7100.270.37
HSL157.37º54.81%40.78%-
HSV(B)157.37º70.81%63.14%-
XYZ17.1927.421.52-
YUV122.01125.7374.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.42%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=14.42%
G=49.39%
B=36.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal471611180.7100.270.37157.3754.8140.78
Hex2FA1764701B259d3729
Octal57241166107033452356751
Binary101111101000011110110100011101101110010110011101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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