Shades of Deep Fir #173923
Tints of Deep Fir #173923
RGB
CMYK
RGB Variations
Color information
#173923 (or 0x173923) is known color: Deep Fir. HEX triplet: 17, 39 and 23. RGB value is (23,57,35). Sum of RGB (Red+Green+Blue) = 23+57+35=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #173923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173923 is #E8C6DC. Grayscale: #2C2C2C. Windows color (decimal): -15255261 or 2308375. OLE color: 2308375.
HSL color Cylindrical-coordinate representation of color #173923: hue angle of 141.18º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173923 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 57 | 35 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.78 |
| HSL | 141.18º | 0.43% | 0.16% | - |
| HSV(B) | 141.18º | 0.6% | 0.22% | - |
| XYZ | 2.12 | 3.23 | 2.1 | - |
| YUV | 44.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 57 | 35 | 0.60 | 0 | 0.39 | 0.78 | 141.18 | 0.43 | 0.16 |
| Hex | 17 | 39 | 23 | 3C | 0 | 27 | 4E | 8D | 2A | 10 |
| Octal | 27 | 71 | 43 | 74 | 0 | 47 | 116 | 215 | 52 | 20 |
| Binary | 10111 | 111001 | 100011 | 111100 | 0 | 100111 | 1001110 | 10001101 | 101010 | 10000 |
Color Harmonies of #173923
Complementary color
Monochromatic Colors of #173923
Black with #173923
Text Example
Text Example
White with #173923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173923; }
p { color: rgb(23,57,35); }
H1.HeaderClassName
{
color: #173923;
}
.AnyTagClassName
{
color: #173923;
}
</style>
background-color css
<style>
a { background-color: #173923; }
a { background-color: rgb(23,57,35); }
div.DivClassName
{
background-color: #173923;
}
.BgClassName
{
background-color: #173923;
}
</style>
border-color css
<style>
span { border-color: #173923; }
span { border-color: rgb(23,57,35); }
td.TdClassName
{
border-color: #173923;
}
.TagClassName
{
border-color: #173923;
}
</style>