Shades of Deep Fir #172F1F
Tints of Deep Fir #172F1F
RGB
CMYK
RGB Variations
Color information
#172F1F (or 0x172F1F) is known color: Deep Fir. HEX triplet: 17, 2F and 1F. RGB value is (23,47,31). Sum of RGB (Red+Green+Blue) = 23+47+31=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 47 (18.75% from 255 or 46.53% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 47 - color contains mainly: green. Hex color #172F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F1F is #E8D0E0. Grayscale: #262626. Windows color (decimal): -15257825 or 2043671. OLE color: 2043671.
HSL color Cylindrical-coordinate representation of color #172F1F: hue angle of 140º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #172F1F is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 47 | 31 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.82 |
| HSL | 140º | 0.34% | 0.14% | - |
| HSV(B) | 140º | 0.51% | 0.18% | - |
| XYZ | 1.62 | 2.31 | 1.66 | - |
| YUV | 38 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 31 | 0.51 | 0 | 0.34 | 0.82 | 140 | 0.34 | 0.14 |
| Hex | 17 | 2F | 1F | 33 | 0 | 22 | 52 | 8C | 22 | E |
| Octal | 27 | 57 | 37 | 63 | 0 | 42 | 122 | 214 | 42 | 16 |
| Binary | 10111 | 101111 | 11111 | 110011 | 0 | 100010 | 1010010 | 10001100 | 100010 | 1110 |
Color Harmonies of #172F1F
Complementary color
Monochromatic Colors of #172F1F
Black with #172F1F
Text Example
Text Example
White with #172F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F1F; }
p { color: rgb(23,47,31); }
H1.HeaderClassName
{
color: #172F1F;
}
.AnyTagClassName
{
color: #172F1F;
}
</style>
background-color css
<style>
a { background-color: #172F1F; }
a { background-color: rgb(23,47,31); }
div.DivClassName
{
background-color: #172F1F;
}
.BgClassName
{
background-color: #172F1F;
}
</style>
border-color css
<style>
span { border-color: #172F1F; }
span { border-color: rgb(23,47,31); }
td.TdClassName
{
border-color: #172F1F;
}
.TagClassName
{
border-color: #172F1F;
}
</style>