Shades of Deep Fir #092E11
Tints of Deep Fir #092E11
RGB
CMYK
RGB Variations
Color information
#092E11 (or 0x092E11) is known color: Deep Fir. HEX triplet: 09, 2E and 11. RGB value is (9,46,17). Sum of RGB (Red+Green+Blue) = 9+46+17=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 46 (18.36% from 255 or 63.89% from 72); Blue value is 17 (7.03% from 255 or 23.61% from 72); Max value from RGB is 46 - color contains mainly: green. Hex color #092E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092E11 is #F6D1EE. Grayscale: #1F1F1F. Windows color (decimal): -16175599 or 1125897. OLE color: 1125897.
HSL color Cylindrical-coordinate representation of color #092E11: hue angle of 132.97º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092E11 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 46 | 17 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.82 |
| HSL | 132.97º | 0.67% | 0.11% | - |
| HSV(B) | 132.97º | 0.8% | 0.18% | - |
| XYZ | 1.19 | 2.05 | 0.86 | - |
| YUV | 31.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 46 | 17 | 0.80 | 0 | 0.63 | 0.82 | 132.97 | 0.67 | 0.11 |
| Hex | 9 | 2E | 11 | 50 | 0 | 3F | 52 | 85 | 43 | B |
| Octal | 11 | 56 | 21 | 120 | 0 | 77 | 122 | 205 | 103 | 13 |
| Binary | 1001 | 101110 | 10001 | 1010000 | 0 | 111111 | 1010010 | 10000101 | 1000011 | 1011 |
Color Harmonies of #092E11
Complementary color
Monochromatic Colors of #092E11
Black with #092E11
Text Example
Text Example
White with #092E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092E11; }
p { color: rgb(9,46,17); }
H1.HeaderClassName
{
color: #092E11;
}
.AnyTagClassName
{
color: #092E11;
}
</style>
background-color css
<style>
a { background-color: #092E11; }
a { background-color: rgb(9,46,17); }
div.DivClassName
{
background-color: #092E11;
}
.BgClassName
{
background-color: #092E11;
}
</style>
border-color css
<style>
span { border-color: #092E11; }
span { border-color: rgb(9,46,17); }
td.TdClassName
{
border-color: #092E11;
}
.TagClassName
{
border-color: #092E11;
}
</style>