What exact color does ozone gas have?Does ozone (O₃) gas have a color?Does ozone (O₃) gas have a color?Are there any safety guidelines for mixing sulfate with chloride?Does O2 have a color in the gas phaseWhat color is solid methane?Describing the preparation of solutions and determining how many grams are needed to react with a substanceWhat does a molecules color have to do with its bond/orbital energies?Is lithium bicarbonate an aqueous solution of lithium carbonate?Unexpected behavior during preparation of copper hypophosphiteWhy does ozone have higher entropy than oxygen?Will UVC light/ozone affects color on fabrics?
How do I delete all blank lines in a buffer?
Can a Canadian Travel to the USA twice, less than 180 days each time?
It grows, but water kills it
What is the evidence for the "tyranny of the majority problem" in a direct democracy context?
Fear of getting stuck on one programming language / technology that is not used in my country
Mixing PEX brands
Is there an injective, monotonically increasing, strictly concave function from the reals, to the reals?
Is aluminum electrical wire used on aircraft?
Are Captain Marvel's powers affected by Thanos' actions in Infinity War
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
The IT department bottlenecks progress, how should I handle this?
Strong empirical falsification of quantum mechanics based on vacuum energy density
How should I respond when I lied about my education and the company finds out through background check?
What is Cash Advance APR?
Why does a simple loop result in ASYNC_NETWORK_IO waits?
What if you are holding an Iron Flask with a demon inside and walk into Antimagic Field?
Creepy dinosaur pc game identification
Is this toilet slogan correct usage of the English language?
Does IPv6 have similar concept of network mask?
Terse Method to Swap Lowest for Highest?
How do you make your own symbol when Detexify fails?
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
Why "had" in "[something] we would have made had we used [something]"?
How to say when an application is taking the half of your screen on a computer
What exact color does ozone gas have?
Does ozone (O₃) gas have a color?Does ozone (O₃) gas have a color?Are there any safety guidelines for mixing sulfate with chloride?Does O2 have a color in the gas phaseWhat color is solid methane?Describing the preparation of solutions and determining how many grams are needed to react with a substanceWhat does a molecules color have to do with its bond/orbital energies?Is lithium bicarbonate an aqueous solution of lithium carbonate?Unexpected behavior during preparation of copper hypophosphiteWhy does ozone have higher entropy than oxygen?Will UVC light/ozone affects color on fabrics?
$begingroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
$endgroup$
add a comment |
$begingroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
$endgroup$
add a comment |
$begingroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
$endgroup$
This answer to a now closed question says that ozone gas has a "slight blue" color. But there are lots of blue colors: sky blue, ultramarine, phthalo blue, many others — what is closer to the color of ozone?
This page shows photos of ozone solutions in water, like the one below, but this may not be representative of the color of the gas.
(source)
So, what exactly color does ozone gas have? Is it a single hue, or does it change depending on concentration/amount of ozone?
inorganic-chemistry color
inorganic-chemistry color
edited 24 mins ago
MackTuesday
22519
22519
asked 3 hours ago
RuslanRuslan
401113
401113
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.
This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone molecule number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)rho dbig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:
For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$; with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight, ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:
Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):
$endgroup$
$begingroup$
Nice answer, but why did you ask the question? ;-)
$endgroup$
– Karl
2 hours ago
1
$begingroup$
@Karl Own Q-A duets are perfectly fine :)
$endgroup$
– andselisk
2 hours ago
2
$begingroup$
@Karl because the other question where I could have posted the answer is closed, and unlikely to be reopened given how long ago it happened. But since I think the question is still relevant (in the form "what color" instead of "does it have a color"), not easily (if at all) answered by googling, and interesting, I made this Q&A.
$endgroup$
– Ruslan
2 hours ago
$begingroup$
I just wanted to say that I've always loved sunsets, but until now I would never have guessed ozone was part of the reason; those deep blue-purples, contrasting with the orange-reds from Rayleigh scattering. You learn something new every day! Thanks so much for this contribution!
$endgroup$
– Nicolau Saker Neto
12 mins ago
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "431"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fchemistry.stackexchange.com%2fquestions%2f111389%2fwhat-exact-color-does-ozone-gas-have%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.
This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone molecule number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)rho dbig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:
For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$; with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight, ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:
Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):
$endgroup$
$begingroup$
Nice answer, but why did you ask the question? ;-)
$endgroup$
– Karl
2 hours ago
1
$begingroup$
@Karl Own Q-A duets are perfectly fine :)
$endgroup$
– andselisk
2 hours ago
2
$begingroup$
@Karl because the other question where I could have posted the answer is closed, and unlikely to be reopened given how long ago it happened. But since I think the question is still relevant (in the form "what color" instead of "does it have a color"), not easily (if at all) answered by googling, and interesting, I made this Q&A.
$endgroup$
– Ruslan
2 hours ago
$begingroup$
I just wanted to say that I've always loved sunsets, but until now I would never have guessed ozone was part of the reason; those deep blue-purples, contrasting with the orange-reds from Rayleigh scattering. You learn something new every day! Thanks so much for this contribution!
$endgroup$
– Nicolau Saker Neto
12 mins ago
add a comment |
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.
This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone molecule number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)rho dbig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:
For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$; with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight, ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:
Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):
$endgroup$
$begingroup$
Nice answer, but why did you ask the question? ;-)
$endgroup$
– Karl
2 hours ago
1
$begingroup$
@Karl Own Q-A duets are perfectly fine :)
$endgroup$
– andselisk
2 hours ago
2
$begingroup$
@Karl because the other question where I could have posted the answer is closed, and unlikely to be reopened given how long ago it happened. But since I think the question is still relevant (in the form "what color" instead of "does it have a color"), not easily (if at all) answered by googling, and interesting, I made this Q&A.
$endgroup$
– Ruslan
2 hours ago
$begingroup$
I just wanted to say that I've always loved sunsets, but until now I would never have guessed ozone was part of the reason; those deep blue-purples, contrasting with the orange-reds from Rayleigh scattering. You learn something new every day! Thanks so much for this contribution!
$endgroup$
– Nicolau Saker Neto
12 mins ago
add a comment |
$begingroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.
This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone molecule number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)rho dbig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:
For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$; with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight, ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:
Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):
$endgroup$
Due to Chappuis absorption, ozone does have a bluish color. To determine exactly what kind of blue it is, let's first look at the spectrum of absorption in the Chappuis band. The following plot was done using these data for 293K.
This is spectral cross-section of absorption. To determine color from this spectrum, we need to choose some parameters:
- Number density of ozone molecules,
- Thickness of ozone layer we're trying to visualize,
- Illuminant.
If we denote spectral radiance of our illuminant as $L(lambda)$, thickness of ozone layer as $d$, ozone molecule number density as $rho$, and absorption cross-section as $sigma(lambda)$, then we'll get the following expression for spectral radiance transmitted through the layer:
$$L_T(lambda)=L(lambda)expbig(-sigma(lambda)rho dbig).$$
The most sensible illuminant to choose for showing color of a material on the web is the CIE illuminant D65, whose color is the white point of the sRGB color space. Its spectrum can be found e.g. here.
We can find the color in XYZ space using CIE 1931 color matching functions (can be found e.g. here). The expression is
$$c_X=int_300^830L_T(lambda)bar x(lambda),mathrm dlambda,$$
and similarly for $Y$ and $Z$ coordinates. Then these can be transformed to sRGB using linear transformation matrix $mathrmXYZtomathrmsRGB$ given e.g. here and gamma-correcting to $gamma=1/2.2$ to yield final sRGB values.
Then, for ozone molecule number density $rho=10^25 fracmathrmmoleculemathrmm^3$ we'll get the following colors for different layer thicknesses:
For comparison, typical ozone column in the atmospheric ozone layer is about 300 Dobson units, which is equivalent to $2.687times10^20fracmathrmmoleculemathrm m^2$; with our $rho$ chosen above this corresponds to $d=8,mathrmmm$. So for daylight, ozone column has negligible effect on the sky color (unlike the evening — see the history of Chappuis absorption!).
As can be seen in the above plot, hue does change with increasing layer thickness. If we normalize the RGB values to see the hues of the thick layers (this would correspond to increasing illuminant power to compensate for absorption), we'll get the following hues:
Note that the violet hues in the above plot aren't accurate: they can't be accurately represented on sRGB monitors, so the plot only approximates them. They should be more saturated. Here's how the chromaticity changes from the white point to the most violet with increasing layer thickness (dashed triangle denotes the sRGB gamut):
edited 1 hour ago
answered 3 hours ago
RuslanRuslan
401113
401113
$begingroup$
Nice answer, but why did you ask the question? ;-)
$endgroup$
– Karl
2 hours ago
1
$begingroup$
@Karl Own Q-A duets are perfectly fine :)
$endgroup$
– andselisk
2 hours ago
2
$begingroup$
@Karl because the other question where I could have posted the answer is closed, and unlikely to be reopened given how long ago it happened. But since I think the question is still relevant (in the form "what color" instead of "does it have a color"), not easily (if at all) answered by googling, and interesting, I made this Q&A.
$endgroup$
– Ruslan
2 hours ago
$begingroup$
I just wanted to say that I've always loved sunsets, but until now I would never have guessed ozone was part of the reason; those deep blue-purples, contrasting with the orange-reds from Rayleigh scattering. You learn something new every day! Thanks so much for this contribution!
$endgroup$
– Nicolau Saker Neto
12 mins ago
add a comment |
$begingroup$
Nice answer, but why did you ask the question? ;-)
$endgroup$
– Karl
2 hours ago
1
$begingroup$
@Karl Own Q-A duets are perfectly fine :)
$endgroup$
– andselisk
2 hours ago
2
$begingroup$
@Karl because the other question where I could have posted the answer is closed, and unlikely to be reopened given how long ago it happened. But since I think the question is still relevant (in the form "what color" instead of "does it have a color"), not easily (if at all) answered by googling, and interesting, I made this Q&A.
$endgroup$
– Ruslan
2 hours ago
$begingroup$
I just wanted to say that I've always loved sunsets, but until now I would never have guessed ozone was part of the reason; those deep blue-purples, contrasting with the orange-reds from Rayleigh scattering. You learn something new every day! Thanks so much for this contribution!
$endgroup$
– Nicolau Saker Neto
12 mins ago
$begingroup$
Nice answer, but why did you ask the question? ;-)
$endgroup$
– Karl
2 hours ago
$begingroup$
Nice answer, but why did you ask the question? ;-)
$endgroup$
– Karl
2 hours ago
1
1
$begingroup$
@Karl Own Q-A duets are perfectly fine :)
$endgroup$
– andselisk
2 hours ago
$begingroup$
@Karl Own Q-A duets are perfectly fine :)
$endgroup$
– andselisk
2 hours ago
2
2
$begingroup$
@Karl because the other question where I could have posted the answer is closed, and unlikely to be reopened given how long ago it happened. But since I think the question is still relevant (in the form "what color" instead of "does it have a color"), not easily (if at all) answered by googling, and interesting, I made this Q&A.
$endgroup$
– Ruslan
2 hours ago
$begingroup$
@Karl because the other question where I could have posted the answer is closed, and unlikely to be reopened given how long ago it happened. But since I think the question is still relevant (in the form "what color" instead of "does it have a color"), not easily (if at all) answered by googling, and interesting, I made this Q&A.
$endgroup$
– Ruslan
2 hours ago
$begingroup$
I just wanted to say that I've always loved sunsets, but until now I would never have guessed ozone was part of the reason; those deep blue-purples, contrasting with the orange-reds from Rayleigh scattering. You learn something new every day! Thanks so much for this contribution!
$endgroup$
– Nicolau Saker Neto
12 mins ago
$begingroup$
I just wanted to say that I've always loved sunsets, but until now I would never have guessed ozone was part of the reason; those deep blue-purples, contrasting with the orange-reds from Rayleigh scattering. You learn something new every day! Thanks so much for this contribution!
$endgroup$
– Nicolau Saker Neto
12 mins ago
add a comment |
Thanks for contributing an answer to Chemistry Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fchemistry.stackexchange.com%2fquestions%2f111389%2fwhat-exact-color-does-ozone-gas-have%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown