Shades of Deep Fir #173D28
Tints of Deep Fir #173D28
RGB
CMYK
RGB Variations
Color information
#173D28 (or 0x173D28) is known color: Deep Fir. HEX triplet: 17, 3D and 28. RGB value is (23,61,40). Sum of RGB (Red+Green+Blue) = 23+61+40=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #173D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D28 is #E8C2D7. Grayscale: #2F2F2F. Windows color (decimal): -15254232 or 2637079. OLE color: 2637079.
HSL color Cylindrical-coordinate representation of color #173D28: hue angle of 146.84º 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 #173D28 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 61 | 40 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.76 |
| HSL | 146.84º | 0.45% | 0.16% | - |
| HSV(B) | 146.84º | 0.62% | 0.24% | - |
| XYZ | 2.41 | 3.67 | 2.59 | - |
| YUV | 47.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 40 | 0.62 | 0 | 0.34 | 0.76 | 146.84 | 0.45 | 0.16 |
| Hex | 17 | 3D | 28 | 3E | 0 | 22 | 4C | 93 | 2D | 10 |
| Octal | 27 | 75 | 50 | 76 | 0 | 42 | 114 | 223 | 55 | 20 |
| Binary | 10111 | 111101 | 101000 | 111110 | 0 | 100010 | 1001100 | 10010011 | 101101 | 10000 |
Color Harmonies of #173D28
Complementary color
Monochromatic Colors of #173D28
Black with #173D28
Text Example
Text Example
White with #173D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D28; }
p { color: rgb(23,61,40); }
H1.HeaderClassName
{
color: #173D28;
}
.AnyTagClassName
{
color: #173D28;
}
</style>
background-color css
<style>
a { background-color: #173D28; }
a { background-color: rgb(23,61,40); }
div.DivClassName
{
background-color: #173D28;
}
.BgClassName
{
background-color: #173D28;
}
</style>
border-color css
<style>
span { border-color: #173D28; }
span { border-color: rgb(23,61,40); }
td.TdClassName
{
border-color: #173D28;
}
.TagClassName
{
border-color: #173D28;
}
</style>