Shades of Deep Fir #173C1D
Tints of Deep Fir #173C1D
RGB
CMYK
RGB Variations
Color information
#173C1D (or 0x173C1D) is known color: Deep Fir. HEX triplet: 17, 3C and 1D. RGB value is (23,60,29). Sum of RGB (Red+Green+Blue) = 23+60+29=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 60 (23.83% from 255 or 53.57% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 60 - color contains mainly: green. Hex color #173C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C1D is #E8C3E2. Grayscale: #2D2D2D. Windows color (decimal): -15254499 or 1915927. OLE color: 1915927.
HSL color Cylindrical-coordinate representation of color #173C1D: hue angle of 129.73º 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 #173C1D is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 60 | 29 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.76 |
| HSL | 129.73º | 0.45% | 0.16% | - |
| HSV(B) | 129.73º | 0.62% | 0.24% | - |
| XYZ | 2.19 | 3.5 | 1.72 | - |
| YUV | 45.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 29 | 0.62 | 0 | 0.52 | 0.76 | 129.73 | 0.45 | 0.16 |
| Hex | 17 | 3C | 1D | 3E | 0 | 34 | 4C | 82 | 2D | 10 |
| Octal | 27 | 74 | 35 | 76 | 0 | 64 | 114 | 202 | 55 | 20 |
| Binary | 10111 | 111100 | 11101 | 111110 | 0 | 110100 | 1001100 | 10000010 | 101101 | 10000 |
Color Harmonies of #173C1D
Complementary color
Monochromatic Colors of #173C1D
Black with #173C1D
Text Example
Text Example
White with #173C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C1D; }
p { color: rgb(23,60,29); }
H1.HeaderClassName
{
color: #173C1D;
}
.AnyTagClassName
{
color: #173C1D;
}
</style>
background-color css
<style>
a { background-color: #173C1D; }
a { background-color: rgb(23,60,29); }
div.DivClassName
{
background-color: #173C1D;
}
.BgClassName
{
background-color: #173C1D;
}
</style>
border-color css
<style>
span { border-color: #173C1D; }
span { border-color: rgb(23,60,29); }
td.TdClassName
{
border-color: #173C1D;
}
.TagClassName
{
border-color: #173C1D;
}
</style>