Shades of Deep Fir #172C1E
Tints of Deep Fir #172C1E
RGB
CMYK
RGB Variations
Color information
#172C1E (or 0x172C1E) is known color: Deep Fir. HEX triplet: 17, 2C and 1E. RGB value is (23,44,30). Sum of RGB (Red+Green+Blue) = 23+44+30=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #172C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172C1E is #E8D3E1. Grayscale: #242424. Windows color (decimal): -15258594 or 1977367. OLE color: 1977367.
HSL color Cylindrical-coordinate representation of color #172C1E: hue angle of 140º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #172C1E is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 44 | 30 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.83 |
| HSL | 140º | 0.31% | 0.13% | - |
| HSV(B) | 140º | 0.48% | 0.17% | - |
| XYZ | 1.49 | 2.08 | 1.55 | - |
| YUV | 36.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 30 | 0.48 | 0 | 0.32 | 0.83 | 140 | 0.31 | 0.13 |
| Hex | 17 | 2C | 1E | 30 | 0 | 20 | 53 | 8C | 1F | D |
| Octal | 27 | 54 | 36 | 60 | 0 | 40 | 123 | 214 | 37 | 15 |
| Binary | 10111 | 101100 | 11110 | 110000 | 0 | 100000 | 1010011 | 10001100 | 11111 | 1101 |
Color Harmonies of #172C1E
Complementary color
Monochromatic Colors of #172C1E
Black with #172C1E
Text Example
Text Example
White with #172C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172C1E; }
p { color: rgb(23,44,30); }
H1.HeaderClassName
{
color: #172C1E;
}
.AnyTagClassName
{
color: #172C1E;
}
</style>
background-color css
<style>
a { background-color: #172C1E; }
a { background-color: rgb(23,44,30); }
div.DivClassName
{
background-color: #172C1E;
}
.BgClassName
{
background-color: #172C1E;
}
</style>
border-color css
<style>
span { border-color: #172C1E; }
span { border-color: rgb(23,44,30); }
td.TdClassName
{
border-color: #172C1E;
}
.TagClassName
{
border-color: #172C1E;
}
</style>