Shades of Deep Fir #173B26
Tints of Deep Fir #173B26
RGB
CMYK
RGB Variations
Color information
#173B26 (or 0x173B26) is known color: Deep Fir. HEX triplet: 17, 3B and 26. RGB value is (23,59,38). Sum of RGB (Red+Green+Blue) = 23+59+38=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #173B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173B26 is #E8C4D9. Grayscale: #2D2D2D. Windows color (decimal): -15254746 or 2505495. OLE color: 2505495.
HSL color Cylindrical-coordinate representation of color #173B26: hue angle of 145º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #173B26 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 59 | 38 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.77 |
| HSL | 145º | 0.44% | 0.16% | - |
| HSV(B) | 145º | 0.61% | 0.23% | - |
| XYZ | 2.27 | 3.45 | 2.38 | - |
| YUV | 45.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 38 | 0.61 | 0 | 0.36 | 0.77 | 145 | 0.44 | 0.16 |
| Hex | 17 | 3B | 26 | 3D | 0 | 24 | 4D | 91 | 2C | 10 |
| Octal | 27 | 73 | 46 | 75 | 0 | 44 | 115 | 221 | 54 | 20 |
| Binary | 10111 | 111011 | 100110 | 111101 | 0 | 100100 | 1001101 | 10010001 | 101100 | 10000 |
Color Harmonies of #173B26
Complementary color
Monochromatic Colors of #173B26
Black with #173B26
Text Example
Text Example
White with #173B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173B26; }
p { color: rgb(23,59,38); }
H1.HeaderClassName
{
color: #173B26;
}
.AnyTagClassName
{
color: #173B26;
}
</style>
background-color css
<style>
a { background-color: #173B26; }
a { background-color: rgb(23,59,38); }
div.DivClassName
{
background-color: #173B26;
}
.BgClassName
{
background-color: #173B26;
}
</style>
border-color css
<style>
span { border-color: #173B26; }
span { border-color: rgb(23,59,38); }
td.TdClassName
{
border-color: #173B26;
}
.TagClassName
{
border-color: #173B26;
}
</style>