Shades of Deep Fir #173C1F
Tints of Deep Fir #173C1F
RGB
CMYK
RGB Variations
Color information
#173C1F (or 0x173C1F) is known color: Deep Fir. HEX triplet: 17, 3C and 1F. RGB value is (23,60,31). Sum of RGB (Red+Green+Blue) = 23+60+31=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #173C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C1F is #E8C3E0. Grayscale: #2D2D2D. Windows color (decimal): -15254497 or 2046999. OLE color: 2046999.
HSL color Cylindrical-coordinate representation of color #173C1F: hue angle of 132.97º 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 #173C1F is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 60 | 31 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.76 |
| HSL | 132.97º | 0.45% | 0.16% | - |
| HSV(B) | 132.97º | 0.62% | 0.24% | - |
| XYZ | 2.22 | 3.51 | 1.86 | - |
| YUV | 45.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 31 | 0.62 | 0 | 0.48 | 0.76 | 132.97 | 0.45 | 0.16 |
| Hex | 17 | 3C | 1F | 3E | 0 | 30 | 4C | 85 | 2D | 10 |
| Octal | 27 | 74 | 37 | 76 | 0 | 60 | 114 | 205 | 55 | 20 |
| Binary | 10111 | 111100 | 11111 | 111110 | 0 | 110000 | 1001100 | 10000101 | 101101 | 10000 |
Color Harmonies of #173C1F
Complementary color
Monochromatic Colors of #173C1F
Black with #173C1F
Text Example
Text Example
White with #173C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C1F; }
p { color: rgb(23,60,31); }
H1.HeaderClassName
{
color: #173C1F;
}
.AnyTagClassName
{
color: #173C1F;
}
</style>
background-color css
<style>
a { background-color: #173C1F; }
a { background-color: rgb(23,60,31); }
div.DivClassName
{
background-color: #173C1F;
}
.BgClassName
{
background-color: #173C1F;
}
</style>
border-color css
<style>
span { border-color: #173C1F; }
span { border-color: rgb(23,60,31); }
td.TdClassName
{
border-color: #173C1F;
}
.TagClassName
{
border-color: #173C1F;
}
</style>