Shades of Deep Fir #0F2F17
Tints of Deep Fir #0F2F17
RGB
CMYK
RGB Variations
Color information
#0F2F17 (or 0x0F2F17) is known color: Deep Fir. HEX triplet: 0F, 2F and 17. RGB value is (15,47,23). Sum of RGB (Red+Green+Blue) = 15+47+23=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 47 (18.75% from 255 or 55.29% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2F17 is #F0D0E8. Grayscale: #222222. Windows color (decimal): -15782121 or 1519375. OLE color: 1519375.
HSL color Cylindrical-coordinate representation of color #0F2F17: hue angle of 135º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F17 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 47 | 23 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.82 |
| HSL | 135º | 0.52% | 0.12% | - |
| HSV(B) | 135º | 0.68% | 0.18% | - |
| XYZ | 1.37 | 2.2 | 1.16 | - |
| YUV | 34.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 23 | 0.68 | 0 | 0.51 | 0.82 | 135 | 0.52 | 0.12 |
| Hex | F | 2F | 17 | 44 | 0 | 33 | 52 | 87 | 34 | C |
| Octal | 17 | 57 | 27 | 104 | 0 | 63 | 122 | 207 | 64 | 14 |
| Binary | 1111 | 101111 | 10111 | 1000100 | 0 | 110011 | 1010010 | 10000111 | 110100 | 1100 |
Color Harmonies of #0F2F17
Complementary color
Monochromatic Colors of #0F2F17
Black with #0F2F17
Text Example
Text Example
White with #0F2F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F17; }
p { color: rgb(15,47,23); }
H1.HeaderClassName
{
color: #0F2F17;
}
.AnyTagClassName
{
color: #0F2F17;
}
</style>
background-color css
<style>
a { background-color: #0F2F17; }
a { background-color: rgb(15,47,23); }
div.DivClassName
{
background-color: #0F2F17;
}
.BgClassName
{
background-color: #0F2F17;
}
</style>
border-color css
<style>
span { border-color: #0F2F17; }
span { border-color: rgb(15,47,23); }
td.TdClassName
{
border-color: #0F2F17;
}
.TagClassName
{
border-color: #0F2F17;
}
</style>