#2F9C8E

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

Shades of Gossamer #2F9C8E

Tints of Gossamer #2F9C8E

Color information

#2F9C8E (or 0x2F9C8E) is unknown color: approx Gossamer. HEX triplet: 2F, 9C and 8E. RGB value is (47,156,142). Sum of RGB (Red+Green+Blue) = 47+156+142=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #2F9C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9C8E is #D06371. Grayscale: #797979. Windows color (decimal): -13656946 or 9346095. OLE color: 9346095.

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

Color convert

RGB47156142-
CMYK0.7000.090.39
HSL172.29º53.69%39.8%-
HSV(B)172.29º69.87%61.18%-
XYZ17.9426.3329.73-
YUV121.81139.3974.64-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=13.62%
G=45.22%
B=41.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal471561420.7000.090.39172.2953.6939.8
Hex2F9C8E460927ac3628
Octal57234216106011472546650
Binary101111100111001000111010001100100110011110101100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,156,142); }

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

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

 a { background-color: rgb(47,156,142); }

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

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

 span { border-color: rgb(47,156,142); }

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