Shades of Deep Fir #173C25
Tints of Deep Fir #173C25
RGB
CMYK
RGB Variations
Color information
#173C25 (or 0x173C25) is known color: Deep Fir. HEX triplet: 17, 3C and 25. RGB value is (23,60,37). Sum of RGB (Red+Green+Blue) = 23+60+37=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #173C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173C25 is #E8C3DA. Grayscale: #2E2E2E. Windows color (decimal): -15254491 or 2440215. OLE color: 2440215.
HSL color Cylindrical-coordinate representation of color #173C25: hue angle of 142.7º 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 #173C25 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 60 | 37 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.76 |
| HSL | 142.7º | 0.45% | 0.16% | - |
| HSV(B) | 142.7º | 0.62% | 0.24% | - |
| XYZ | 2.3 | 3.55 | 2.31 | - |
| YUV | 46.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 37 | 0.62 | 0 | 0.38 | 0.76 | 142.7 | 0.45 | 0.16 |
| Hex | 17 | 3C | 25 | 3E | 0 | 26 | 4C | 8F | 2D | 10 |
| Octal | 27 | 74 | 45 | 76 | 0 | 46 | 114 | 217 | 55 | 20 |
| Binary | 10111 | 111100 | 100101 | 111110 | 0 | 100110 | 1001100 | 10001111 | 101101 | 10000 |
Color Harmonies of #173C25
Complementary color
Monochromatic Colors of #173C25
Black with #173C25
Text Example
Text Example
White with #173C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173C25; }
p { color: rgb(23,60,37); }
H1.HeaderClassName
{
color: #173C25;
}
.AnyTagClassName
{
color: #173C25;
}
</style>
background-color css
<style>
a { background-color: #173C25; }
a { background-color: rgb(23,60,37); }
div.DivClassName
{
background-color: #173C25;
}
.BgClassName
{
background-color: #173C25;
}
</style>
border-color css
<style>
span { border-color: #173C25; }
span { border-color: rgb(23,60,37); }
td.TdClassName
{
border-color: #173C25;
}
.TagClassName
{
border-color: #173C25;
}
</style>