Shades of Deep Fir #092B0E
Tints of Deep Fir #092B0E
RGB
CMYK
RGB Variations
Color information
#092B0E (or 0x092B0E) is known color: Deep Fir. HEX triplet: 09, 2B and 0E. RGB value is (9,43,14). Sum of RGB (Red+Green+Blue) = 9+43+14=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 43 (17.19% from 255 or 65.15% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 43 - color contains mainly: green. Hex color #092B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092B0E is #F6D4F1. Grayscale: #1D1D1D. Windows color (decimal): -16176370 or 928521. OLE color: 928521.
HSL color Cylindrical-coordinate representation of color #092B0E: hue angle of 128.82º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #092B0E is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 43 | 14 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.83 |
| HSL | 128.82º | 0.65% | 0.1% | - |
| HSV(B) | 128.82º | 0.79% | 0.17% | - |
| XYZ | 1.06 | 1.82 | 0.71 | - |
| YUV | 29.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 43 | 14 | 0.79 | 0 | 0.67 | 0.83 | 128.82 | 0.65 | 0.1 |
| Hex | 9 | 2B | E | 4F | 0 | 43 | 53 | 81 | 41 | A |
| Octal | 11 | 53 | 16 | 117 | 0 | 103 | 123 | 201 | 101 | 12 |
| Binary | 1001 | 101011 | 1110 | 1001111 | 0 | 1000011 | 1010011 | 10000001 | 1000001 | 1010 |
Color Harmonies of #092B0E
Complementary color
Monochromatic Colors of #092B0E
Black with #092B0E
Text Example
Text Example
White with #092B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092B0E; }
p { color: rgb(9,43,14); }
H1.HeaderClassName
{
color: #092B0E;
}
.AnyTagClassName
{
color: #092B0E;
}
</style>
background-color css
<style>
a { background-color: #092B0E; }
a { background-color: rgb(9,43,14); }
div.DivClassName
{
background-color: #092B0E;
}
.BgClassName
{
background-color: #092B0E;
}
</style>
border-color css
<style>
span { border-color: #092B0E; }
span { border-color: rgb(9,43,14); }
td.TdClassName
{
border-color: #092B0E;
}
.TagClassName
{
border-color: #092B0E;
}
</style>