Shades of Deep Fir #172F20
Tints of Deep Fir #172F20
RGB
CMYK
RGB Variations
Color information
#172F20 (or 0x172F20) is known color: Deep Fir. HEX triplet: 17, 2F and 20. RGB value is (23,47,32). Sum of RGB (Red+Green+Blue) = 23+47+32=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 47 - color contains mainly: green. Hex color #172F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F20 is #E8D0DF. Grayscale: #262626. Windows color (decimal): -15257824 or 2109207. OLE color: 2109207.
HSL color Cylindrical-coordinate representation of color #172F20: hue angle of 142.5º 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 #172F20 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 47 | 32 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.82 |
| HSL | 142.5º | 0.34% | 0.14% | - |
| HSV(B) | 142.5º | 0.51% | 0.18% | - |
| XYZ | 1.63 | 2.32 | 1.73 | - |
| YUV | 38.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 32 | 0.51 | 0 | 0.32 | 0.82 | 142.5 | 0.34 | 0.14 |
| Hex | 17 | 2F | 20 | 33 | 0 | 20 | 52 | 8E | 22 | E |
| Octal | 27 | 57 | 40 | 63 | 0 | 40 | 122 | 216 | 42 | 16 |
| Binary | 10111 | 101111 | 100000 | 110011 | 0 | 100000 | 1010010 | 10001110 | 100010 | 1110 |
Color Harmonies of #172F20
Complementary color
Monochromatic Colors of #172F20
Black with #172F20
Text Example
Text Example
White with #172F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F20; }
p { color: rgb(23,47,32); }
H1.HeaderClassName
{
color: #172F20;
}
.AnyTagClassName
{
color: #172F20;
}
</style>
background-color css
<style>
a { background-color: #172F20; }
a { background-color: rgb(23,47,32); }
div.DivClassName
{
background-color: #172F20;
}
.BgClassName
{
background-color: #172F20;
}
</style>
border-color css
<style>
span { border-color: #172F20; }
span { border-color: rgb(23,47,32); }
td.TdClassName
{
border-color: #172F20;
}
.TagClassName
{
border-color: #172F20;
}
</style>