Shades of Deep Fir #173A23
Tints of Deep Fir #173A23
RGB
CMYK
RGB Variations
Color information
#173A23 (or 0x173A23) is known color: Deep Fir. HEX triplet: 17, 3A and 23. RGB value is (23,58,35). Sum of RGB (Red+Green+Blue) = 23+58+35=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #173A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173A23 is #E8C5DC. Grayscale: #2C2C2C. Windows color (decimal): -15255005 or 2308631. OLE color: 2308631.
HSL color Cylindrical-coordinate representation of color #173A23: hue angle of 140.57º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #173A23 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 58 | 35 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.77 |
| HSL | 140.57º | 0.43% | 0.16% | - |
| HSV(B) | 140.57º | 0.6% | 0.23% | - |
| XYZ | 2.17 | 3.33 | 2.12 | - |
| YUV | 44.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 35 | 0.60 | 0 | 0.40 | 0.77 | 140.57 | 0.43 | 0.16 |
| Hex | 17 | 3A | 23 | 3C | 0 | 28 | 4D | 8D | 2B | 10 |
| Octal | 27 | 72 | 43 | 74 | 0 | 50 | 115 | 215 | 53 | 20 |
| Binary | 10111 | 111010 | 100011 | 111100 | 0 | 101000 | 1001101 | 10001101 | 101011 | 10000 |
Color Harmonies of #173A23
Complementary color
Monochromatic Colors of #173A23
Black with #173A23
Text Example
Text Example
White with #173A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173A23; }
p { color: rgb(23,58,35); }
H1.HeaderClassName
{
color: #173A23;
}
.AnyTagClassName
{
color: #173A23;
}
</style>
background-color css
<style>
a { background-color: #173A23; }
a { background-color: rgb(23,58,35); }
div.DivClassName
{
background-color: #173A23;
}
.BgClassName
{
background-color: #173A23;
}
</style>
border-color css
<style>
span { border-color: #173A23; }
span { border-color: rgb(23,58,35); }
td.TdClassName
{
border-color: #173A23;
}
.TagClassName
{
border-color: #173A23;
}
</style>