Shades of Deep Fir #173D1F
Tints of Deep Fir #173D1F
RGB
CMYK
RGB Variations
Color information
#173D1F (or 0x173D1F) is known color: Deep Fir. HEX triplet: 17, 3D and 1F. RGB value is (23,61,31). Sum of RGB (Red+Green+Blue) = 23+61+31=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #173D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D1F is #E8C2E0. Grayscale: #2E2E2E. Windows color (decimal): -15254241 or 2047255. OLE color: 2047255.
HSL color Cylindrical-coordinate representation of color #173D1F: hue angle of 132.63º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #173D1F is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 61 | 31 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.76 |
| HSL | 132.63º | 0.45% | 0.16% | - |
| HSV(B) | 132.63º | 0.62% | 0.24% | - |
| XYZ | 2.27 | 3.62 | 1.88 | - |
| YUV | 46.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 31 | 0.62 | 0 | 0.49 | 0.76 | 132.63 | 0.45 | 0.16 |
| Hex | 17 | 3D | 1F | 3E | 0 | 31 | 4C | 85 | 2D | 10 |
| Octal | 27 | 75 | 37 | 76 | 0 | 61 | 114 | 205 | 55 | 20 |
| Binary | 10111 | 111101 | 11111 | 111110 | 0 | 110001 | 1001100 | 10000101 | 101101 | 10000 |
Color Harmonies of #173D1F
Complementary color
Monochromatic Colors of #173D1F
Black with #173D1F
Text Example
Text Example
White with #173D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D1F; }
p { color: rgb(23,61,31); }
H1.HeaderClassName
{
color: #173D1F;
}
.AnyTagClassName
{
color: #173D1F;
}
</style>
background-color css
<style>
a { background-color: #173D1F; }
a { background-color: rgb(23,61,31); }
div.DivClassName
{
background-color: #173D1F;
}
.BgClassName
{
background-color: #173D1F;
}
</style>
border-color css
<style>
span { border-color: #173D1F; }
span { border-color: rgb(23,61,31); }
td.TdClassName
{
border-color: #173D1F;
}
.TagClassName
{
border-color: #173D1F;
}
</style>