Shades of Deep Fir #0F2617
Tints of Deep Fir #0F2617
RGB
CMYK
RGB Variations
Color information
#0F2617 (or 0x0F2617) is known color: Deep Fir. HEX triplet: 0F, 26 and 17. RGB value is (15,38,23). Sum of RGB (Red+Green+Blue) = 15+38+23=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 38 - color contains mainly: green. Hex color #0F2617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2617 is #F0D9E8. Grayscale: #1D1D1D. Windows color (decimal): -15784425 or 1517071. OLE color: 1517071.
HSL color Cylindrical-coordinate representation of color #0F2617: hue angle of 140.87º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F2617 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 23 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.85 |
| HSL | 140.87º | 0.43% | 0.1% | - |
| HSV(B) | 140.87º | 0.61% | 0.15% | - |
| XYZ | 1.04 | 1.55 | 1.05 | - |
| YUV | 29.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 23 | 0.61 | 0 | 0.39 | 0.85 | 140.87 | 0.43 | 0.1 |
| Hex | F | 26 | 17 | 3D | 0 | 27 | 55 | 8D | 2B | A |
| Octal | 17 | 46 | 27 | 75 | 0 | 47 | 125 | 215 | 53 | 12 |
| Binary | 1111 | 100110 | 10111 | 111101 | 0 | 100111 | 1010101 | 10001101 | 101011 | 1010 |
Color Harmonies of #0F2617
Complementary color
Monochromatic Colors of #0F2617
Black with #0F2617
Text Example
Text Example
White with #0F2617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2617; }
p { color: rgb(15,38,23); }
H1.HeaderClassName
{
color: #0F2617;
}
.AnyTagClassName
{
color: #0F2617;
}
</style>
background-color css
<style>
a { background-color: #0F2617; }
a { background-color: rgb(15,38,23); }
div.DivClassName
{
background-color: #0F2617;
}
.BgClassName
{
background-color: #0F2617;
}
</style>
border-color css
<style>
span { border-color: #0F2617; }
span { border-color: rgb(15,38,23); }
td.TdClassName
{
border-color: #0F2617;
}
.TagClassName
{
border-color: #0F2617;
}
</style>