#2F9F76

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

Shades of Gossamer #2F9F76

Tints of Gossamer #2F9F76

Color information

#2F9F76 (or 0x2F9F76) is unknown color: approx Gossamer. HEX triplet: 2F, 9F and 76. RGB value is (47,159,118). Sum of RGB (Red+Green+Blue) = 47+159+118=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #2F9F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9F76 is #D06089. Grayscale: #787878. Windows color (decimal): -13656202 or 7773999. OLE color: 7773999.

HSL color Cylindrical-coordinate representation of color #2F9F76: hue angle of 158.04º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9F76 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB47159118-
CMYK0.7000.260.38
HSL158.04º54.37%40.39%-
HSV(B)158.04º70.44%62.35%-
XYZ16.8426.7121.41-
YUV120.84126.3975.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.51%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 118 (46.48% from 255) = 36.42%
R=14.51%
G=49.07%
B=36.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471591180.7000.260.38158.0454.3740.39
Hex2F9F764601A269e3628
Octal57237166106032462366650
Binary101111100111111110110100011001101010011010011110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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