Shades of Deep Fir #172C1F
Tints of Deep Fir #172C1F
RGB
CMYK
RGB Variations
Color information
#172C1F (or 0x172C1F) is known color: Deep Fir. HEX triplet: 17, 2C and 1F. RGB value is (23,44,31). Sum of RGB (Red+Green+Blue) = 23+44+31=98 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.47% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 44 - color contains mainly: green. Hex color #172C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C1F is #E8D3E0. Grayscale: #242424. Windows color (decimal): -15258593 or 2042903. OLE color: 2042903.
HSL color Cylindrical-coordinate representation of color #172C1F: hue angle of 142.86º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #172C1F is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 44 | 31 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.83 |
| HSL | 142.86º | 0.31% | 0.13% | - |
| HSV(B) | 142.86º | 0.48% | 0.17% | - |
| XYZ | 1.5 | 2.08 | 1.62 | - |
| YUV | 36.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 31 | 0.48 | 0 | 0.30 | 0.83 | 142.86 | 0.31 | 0.13 |
| Hex | 17 | 2C | 1F | 30 | 0 | 1E | 53 | 8F | 1F | D |
| Octal | 27 | 54 | 37 | 60 | 0 | 36 | 123 | 217 | 37 | 15 |
| Binary | 10111 | 101100 | 11111 | 110000 | 0 | 11110 | 1010011 | 10001111 | 11111 | 1101 |
Color Harmonies of #172C1F
Complementary color
Monochromatic Colors of #172C1F
Black with #172C1F
Text Example
Text Example
White with #172C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C1F; }
p { color: rgb(23,44,31); }
H1.HeaderClassName
{
color: #172C1F;
}
.AnyTagClassName
{
color: #172C1F;
}
</style>
background-color css
<style>
a { background-color: #172C1F; }
a { background-color: rgb(23,44,31); }
div.DivClassName
{
background-color: #172C1F;
}
.BgClassName
{
background-color: #172C1F;
}
</style>
border-color css
<style>
span { border-color: #172C1F; }
span { border-color: rgb(23,44,31); }
td.TdClassName
{
border-color: #172C1F;
}
.TagClassName
{
border-color: #172C1F;
}
</style>