Shades of Deep Fir #173F26
Tints of Deep Fir #173F26
RGB
CMYK
RGB Variations
Color information
#173F26 (or 0x173F26) is known color: Deep Fir. HEX triplet: 17, 3F and 26. RGB value is (23,63,38). Sum of RGB (Red+Green+Blue) = 23+63+38=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #173F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173F26 is #E8C0D9. Grayscale: #303030. Windows color (decimal): -15253722 or 2506519. OLE color: 2506519.
HSL color Cylindrical-coordinate representation of color #173F26: hue angle of 142.5º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #173F26 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 63 | 38 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.75 |
| HSL | 142.5º | 0.47% | 0.17% | - |
| HSV(B) | 142.5º | 0.63% | 0.25% | - |
| XYZ | 2.48 | 3.88 | 2.45 | - |
| YUV | 48.19 | 122.25 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 38 | 0.63 | 0 | 0.40 | 0.75 | 142.5 | 0.47 | 0.17 |
| Hex | 17 | 3F | 26 | 3F | 0 | 28 | 4B | 8E | 2F | 11 |
| Octal | 27 | 77 | 46 | 77 | 0 | 50 | 113 | 216 | 57 | 21 |
| Binary | 10111 | 111111 | 100110 | 111111 | 0 | 101000 | 1001011 | 10001110 | 101111 | 10001 |
Color Harmonies of #173F26
Complementary color
Monochromatic Colors of #173F26
Black with #173F26
Text Example
Text Example
White with #173F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173F26; }
p { color: rgb(23,63,38); }
H1.HeaderClassName
{
color: #173F26;
}
.AnyTagClassName
{
color: #173F26;
}
</style>
background-color css
<style>
a { background-color: #173F26; }
a { background-color: rgb(23,63,38); }
div.DivClassName
{
background-color: #173F26;
}
.BgClassName
{
background-color: #173F26;
}
</style>
border-color css
<style>
span { border-color: #173F26; }
span { border-color: rgb(23,63,38); }
td.TdClassName
{
border-color: #173F26;
}
.TagClassName
{
border-color: #173F26;
}
</style>