Shades of Deep Fir #173D27
Tints of Deep Fir #173D27
RGB
CMYK
RGB Variations
Color information
#173D27 (or 0x173D27) is known color: Deep Fir. HEX triplet: 17, 3D and 27. RGB value is (23,61,39). Sum of RGB (Red+Green+Blue) = 23+61+39=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #173D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173D27 is #E8C2D8. Grayscale: #2F2F2F. Windows color (decimal): -15254233 or 2571543. OLE color: 2571543.
HSL color Cylindrical-coordinate representation of color #173D27: hue angle of 145.26º 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 #173D27 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 61 | 39 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.76 |
| HSL | 145.26º | 0.45% | 0.16% | - |
| HSV(B) | 145.26º | 0.62% | 0.24% | - |
| XYZ | 2.39 | 3.67 | 2.5 | - |
| YUV | 47.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 39 | 0.62 | 0 | 0.36 | 0.76 | 145.26 | 0.45 | 0.16 |
| Hex | 17 | 3D | 27 | 3E | 0 | 24 | 4C | 91 | 2D | 10 |
| Octal | 27 | 75 | 47 | 76 | 0 | 44 | 114 | 221 | 55 | 20 |
| Binary | 10111 | 111101 | 100111 | 111110 | 0 | 100100 | 1001100 | 10010001 | 101101 | 10000 |
Color Harmonies of #173D27
Complementary color
Monochromatic Colors of #173D27
Black with #173D27
Text Example
Text Example
White with #173D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173D27; }
p { color: rgb(23,61,39); }
H1.HeaderClassName
{
color: #173D27;
}
.AnyTagClassName
{
color: #173D27;
}
</style>
background-color css
<style>
a { background-color: #173D27; }
a { background-color: rgb(23,61,39); }
div.DivClassName
{
background-color: #173D27;
}
.BgClassName
{
background-color: #173D27;
}
</style>
border-color css
<style>
span { border-color: #173D27; }
span { border-color: rgb(23,61,39); }
td.TdClassName
{
border-color: #173D27;
}
.TagClassName
{
border-color: #173D27;
}
</style>