Shades of Deep Fir #092A12
Tints of Deep Fir #092A12
RGB
CMYK
RGB Variations
Color information
#092A12 (or 0x092A12) is known color: Deep Fir. HEX triplet: 09, 2A and 12. RGB value is (9,42,18). Sum of RGB (Red+Green+Blue) = 9+42+18=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 42 (16.80% from 255 or 60.87% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 42 - color contains mainly: green. Hex color #092A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092A12 is #F6D5ED. Grayscale: #1D1D1D. Windows color (decimal): -16176622 or 1190409. OLE color: 1190409.
HSL color Cylindrical-coordinate representation of color #092A12: hue angle of 136.36º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092A12 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 42 | 18 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.84 |
| HSL | 136.36º | 0.65% | 0.1% | - |
| HSV(B) | 136.36º | 0.79% | 0.16% | - |
| XYZ | 1.05 | 1.76 | 0.86 | - |
| YUV | 29.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 18 | 0.79 | 0 | 0.57 | 0.84 | 136.36 | 0.65 | 0.1 |
| Hex | 9 | 2A | 12 | 4F | 0 | 39 | 54 | 88 | 41 | A |
| Octal | 11 | 52 | 22 | 117 | 0 | 71 | 124 | 210 | 101 | 12 |
| Binary | 1001 | 101010 | 10010 | 1001111 | 0 | 111001 | 1010100 | 10001000 | 1000001 | 1010 |
Color Harmonies of #092A12
Complementary color
Monochromatic Colors of #092A12
Black with #092A12
Text Example
Text Example
White with #092A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A12; }
p { color: rgb(9,42,18); }
H1.HeaderClassName
{
color: #092A12;
}
.AnyTagClassName
{
color: #092A12;
}
</style>
background-color css
<style>
a { background-color: #092A12; }
a { background-color: rgb(9,42,18); }
div.DivClassName
{
background-color: #092A12;
}
.BgClassName
{
background-color: #092A12;
}
</style>
border-color css
<style>
span { border-color: #092A12; }
span { border-color: rgb(9,42,18); }
td.TdClassName
{
border-color: #092A12;
}
.TagClassName
{
border-color: #092A12;
}
</style>