Shades of Deep Fir #092A15
Tints of Deep Fir #092A15
RGB
CMYK
RGB Variations
Color information
#092A15 (or 0x092A15) is known color: Deep Fir. HEX triplet: 09, 2A and 15. RGB value is (9,42,21). Sum of RGB (Red+Green+Blue) = 9+42+21=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 42 (16.80% from 255 or 58.33% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 42 - color contains mainly: green. Hex color #092A15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092A15 is #F6D5EA. Grayscale: #1D1D1D. Windows color (decimal): -16176619 or 1387017. OLE color: 1387017.
HSL color Cylindrical-coordinate representation of color #092A15: hue angle of 141.82º 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 #092A15 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 42 | 21 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.84 |
| HSL | 141.82º | 0.65% | 0.1% | - |
| HSV(B) | 141.82º | 0.79% | 0.16% | - |
| XYZ | 1.08 | 1.77 | 0.99 | - |
| YUV | 29.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 42 | 21 | 0.79 | 0 | 0.50 | 0.84 | 141.82 | 0.65 | 0.1 |
| Hex | 9 | 2A | 15 | 4F | 0 | 32 | 54 | 8E | 41 | A |
| Octal | 11 | 52 | 25 | 117 | 0 | 62 | 124 | 216 | 101 | 12 |
| Binary | 1001 | 101010 | 10101 | 1001111 | 0 | 110010 | 1010100 | 10001110 | 1000001 | 1010 |
Color Harmonies of #092A15
Complementary color
Monochromatic Colors of #092A15
Black with #092A15
Text Example
Text Example
White with #092A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092A15; }
p { color: rgb(9,42,21); }
H1.HeaderClassName
{
color: #092A15;
}
.AnyTagClassName
{
color: #092A15;
}
</style>
background-color css
<style>
a { background-color: #092A15; }
a { background-color: rgb(9,42,21); }
div.DivClassName
{
background-color: #092A15;
}
.BgClassName
{
background-color: #092A15;
}
</style>
border-color css
<style>
span { border-color: #092A15; }
span { border-color: rgb(9,42,21); }
td.TdClassName
{
border-color: #092A15;
}
.TagClassName
{
border-color: #092A15;
}
</style>