Shades of Deep Fir #092C12
Tints of Deep Fir #092C12
RGB
CMYK
RGB Variations
Color information
#092C12 (or 0x092C12) is known color: Deep Fir. HEX triplet: 09, 2C and 12. RGB value is (9,44,18). Sum of RGB (Red+Green+Blue) = 9+44+18=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 44 (17.58% from 255 or 61.97% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 44 - color contains mainly: green. Hex color #092C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092C12 is #F6D3ED. Grayscale: #1E1E1E. Windows color (decimal): -16176110 or 1190921. OLE color: 1190921.
HSL color Cylindrical-coordinate representation of color #092C12: hue angle of 135.43º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092C12 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 44 | 18 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.83 |
| HSL | 135.43º | 0.66% | 0.1% | - |
| HSV(B) | 135.43º | 0.8% | 0.17% | - |
| XYZ | 1.12 | 1.9 | 0.88 | - |
| YUV | 30.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 44 | 18 | 0.80 | 0 | 0.59 | 0.83 | 135.43 | 0.66 | 0.1 |
| Hex | 9 | 2C | 12 | 50 | 0 | 3B | 53 | 87 | 42 | A |
| Octal | 11 | 54 | 22 | 120 | 0 | 73 | 123 | 207 | 102 | 12 |
| Binary | 1001 | 101100 | 10010 | 1010000 | 0 | 111011 | 1010011 | 10000111 | 1000010 | 1010 |
Color Harmonies of #092C12
Complementary color
Monochromatic Colors of #092C12
Black with #092C12
Text Example
Text Example
White with #092C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092C12; }
p { color: rgb(9,44,18); }
H1.HeaderClassName
{
color: #092C12;
}
.AnyTagClassName
{
color: #092C12;
}
</style>
background-color css
<style>
a { background-color: #092C12; }
a { background-color: rgb(9,44,18); }
div.DivClassName
{
background-color: #092C12;
}
.BgClassName
{
background-color: #092C12;
}
</style>
border-color css
<style>
span { border-color: #092C12; }
span { border-color: rgb(9,44,18); }
td.TdClassName
{
border-color: #092C12;
}
.TagClassName
{
border-color: #092C12;
}
</style>