Shades of Deep Fir #092F18
Tints of Deep Fir #092F18
RGB
CMYK
RGB Variations
Color information
#092F18 (or 0x092F18) is known color: Deep Fir. HEX triplet: 09, 2F and 18. RGB value is (9,47,24). Sum of RGB (Red+Green+Blue) = 9+47+24=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 47 (18.75% from 255 or 58.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 47 - color contains mainly: green. Hex color #092F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092F18 is #F6D0E7. Grayscale: #212121. Windows color (decimal): -16175336 or 1584905. OLE color: 1584905.
HSL color Cylindrical-coordinate representation of color #092F18: hue angle of 143.68º 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 #092F18 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 47 | 24 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.82 |
| HSL | 143.68º | 0.68% | 0.11% | - |
| HSV(B) | 143.68º | 0.81% | 0.18% | - |
| XYZ | 1.29 | 2.16 | 1.21 | - |
| YUV | 33.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 47 | 24 | 0.81 | 0 | 0.49 | 0.82 | 143.68 | 0.68 | 0.11 |
| Hex | 9 | 2F | 18 | 51 | 0 | 31 | 52 | 90 | 44 | B |
| Octal | 11 | 57 | 30 | 121 | 0 | 61 | 122 | 220 | 104 | 13 |
| Binary | 1001 | 101111 | 11000 | 1010001 | 0 | 110001 | 1010010 | 10010000 | 1000100 | 1011 |
Color Harmonies of #092F18
Complementary color
Monochromatic Colors of #092F18
Black with #092F18
Text Example
Text Example
White with #092F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092F18; }
p { color: rgb(9,47,24); }
H1.HeaderClassName
{
color: #092F18;
}
.AnyTagClassName
{
color: #092F18;
}
</style>
background-color css
<style>
a { background-color: #092F18; }
a { background-color: rgb(9,47,24); }
div.DivClassName
{
background-color: #092F18;
}
.BgClassName
{
background-color: #092F18;
}
</style>
border-color css
<style>
span { border-color: #092F18; }
span { border-color: rgb(9,47,24); }
td.TdClassName
{
border-color: #092F18;
}
.TagClassName
{
border-color: #092F18;
}
</style>