Shades of Deep Fir #092F16
Tints of Deep Fir #092F16
RGB
CMYK
RGB Variations
Color information
#092F16 (or 0x092F16) is known color: Deep Fir. HEX triplet: 09, 2F and 16. RGB value is (9,47,22). Sum of RGB (Red+Green+Blue) = 9+47+22=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 47 (18.75% from 255 or 60.26% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 47 - color contains mainly: green. Hex color #092F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F16 is #F6D0E9. Grayscale: #202020. Windows color (decimal): -16175338 or 1453833. OLE color: 1453833.
HSL color Cylindrical-coordinate representation of color #092F16: hue angle of 140.53º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #092F16 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 47 | 22 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.82 |
| HSL | 140.53º | 0.68% | 0.11% | - |
| HSV(B) | 140.53º | 0.81% | 0.18% | - |
| XYZ | 1.27 | 2.15 | 1.11 | - |
| YUV | 32.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 22 | 0.81 | 0 | 0.53 | 0.82 | 140.53 | 0.68 | 0.11 |
| Hex | 9 | 2F | 16 | 51 | 0 | 35 | 52 | 8D | 44 | B |
| Octal | 11 | 57 | 26 | 121 | 0 | 65 | 122 | 215 | 104 | 13 |
| Binary | 1001 | 101111 | 10110 | 1010001 | 0 | 110101 | 1010010 | 10001101 | 1000100 | 1011 |
Color Harmonies of #092F16
Complementary color
Monochromatic Colors of #092F16
Black with #092F16
Text Example
Text Example
White with #092F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F16; }
p { color: rgb(9,47,22); }
H1.HeaderClassName
{
color: #092F16;
}
.AnyTagClassName
{
color: #092F16;
}
</style>
background-color css
<style>
a { background-color: #092F16; }
a { background-color: rgb(9,47,22); }
div.DivClassName
{
background-color: #092F16;
}
.BgClassName
{
background-color: #092F16;
}
</style>
border-color css
<style>
span { border-color: #092F16; }
span { border-color: rgb(9,47,22); }
td.TdClassName
{
border-color: #092F16;
}
.TagClassName
{
border-color: #092F16;
}
</style>