#2F8F7F

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

Shades of Gossamer #2F8F7F

Tints of Gossamer #2F8F7F

Color information

#2F8F7F (or 0x2F8F7F) is unknown color: approx Gossamer. HEX triplet: 2F, 8F and 7F. RGB value is (47,143,127). Sum of RGB (Red+Green+Blue) = 47+143+127=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F7F is #D07080. Grayscale: #707070. Windows color (decimal): -13660289 or 8359727. OLE color: 8359727.

HSL color Cylindrical-coordinate representation of color #2F8F7F: hue angle of 170º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8F7F is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB47143127-
CMYK0.6700.110.44
HSL170º50.53%37.25%-
HSV(B)170º67.13%56.08%-
XYZ14.8321.7823.5-
YUV112.47136.281.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.83%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 127 (50% from 255) = 40.06%
R=14.83%
G=45.11%
B=40.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal471431270.6700.110.4417050.5337.25
Hex2F8F7F430B2Caa3325
Octal57217177103013542526345
Binary10111110001111111111110000110101110110010101010110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,143,127); }

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

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

 a { background-color: rgb(47,143,127); }

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

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

 span { border-color: rgb(47,143,127); }

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