#2F9682

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

Shades of Gossamer #2F9682

Tints of Gossamer #2F9682

Color information

#2F9682 (or 0x2F9682) is unknown color: approx Gossamer. HEX triplet: 2F, 96 and 82. RGB value is (47,150,130). Sum of RGB (Red+Green+Blue) = 47+150+130=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #2F9682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9682 is #D0697D. Grayscale: #747474. Windows color (decimal): -13658494 or 8558127. OLE color: 8558127.

HSL color Cylindrical-coordinate representation of color #2F9682: hue angle of 168.35º 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 #2F9682 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB47150130-
CMYK0.6900.130.41
HSL168.35º52.28%38.63%-
HSV(B)168.35º68.67%58.82%-
XYZ16.1124.0324.91-
YUV116.92135.3878.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=14.37%
G=45.87%
B=39.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal471501300.6900.130.41168.3552.2838.63
Hex2F9682450D29a83427
Octal57226202105015512506447
Binary101111100101101000001010001010110110100110101000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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