#2f9d8e

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

Shades of Gossamer #2F9D8E

Tints of Gossamer #2F9D8E

Color information

#2F9D8E (or 0x2F9D8E) is unknown color: approx Gossamer. HEX triplet: 2F, 9D and 8E. RGB value is (47,157,142). Sum of RGB (Red+Green+Blue) = 47+157+142=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9D8E is #D06271. Grayscale: #7A7A7A. Windows color (decimal): -13656690 or 9346351. OLE color: 9346351.

HSL color Cylindrical-coordinate representation of color #2F9D8E: hue angle of 171.82º 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 #2F9D8E is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB47157142-
CMYK0.7000.100.38
HSL171.82º53.92%40%-
HSV(B)171.82º70.06%61.57%-
XYZ18.1126.6729.78-
YUV122.4139.0674.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.58%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=13.58%
G=45.38%
B=41.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471571420.7000.100.38171.8253.9240
Hex2F9D8E460A26ac3628
Octal57235216106012462546650
Binary101111100111011000111010001100101010011010101100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f9d8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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