Shades of Deep Fir #17401F
Tints of Deep Fir #17401F
RGB
CMYK
RGB Variations
Color information
#17401F (or 0x17401F) is known color: Deep Fir. HEX triplet: 17, 40 and 1F. RGB value is (23,64,31). Sum of RGB (Red+Green+Blue) = 23+64+31=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #17401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17401F is #E8BFE0. Grayscale: #303030. Windows color (decimal): -15253473 or 2048023. OLE color: 2048023.
HSL color Cylindrical-coordinate representation of color #17401F: hue angle of 131.71º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17401F is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 64 | 31 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.75 |
| HSL | 131.71º | 0.47% | 0.17% | - |
| HSV(B) | 131.71º | 0.64% | 0.25% | - |
| XYZ | 2.43 | 3.95 | 1.93 | - |
| YUV | 47.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 31 | 0.64 | 0 | 0.52 | 0.75 | 131.71 | 0.47 | 0.17 |
| Hex | 17 | 40 | 1F | 40 | 0 | 34 | 4B | 84 | 2F | 11 |
| Octal | 27 | 100 | 37 | 100 | 0 | 64 | 113 | 204 | 57 | 21 |
| Binary | 10111 | 1000000 | 11111 | 1000000 | 0 | 110100 | 1001011 | 10000100 | 101111 | 10001 |
Color Harmonies of #17401F
Complementary color
Monochromatic Colors of #17401F
Black with #17401F
Text Example
Text Example
White with #17401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17401F; }
p { color: rgb(23,64,31); }
H1.HeaderClassName
{
color: #17401F;
}
.AnyTagClassName
{
color: #17401F;
}
</style>
background-color css
<style>
a { background-color: #17401F; }
a { background-color: rgb(23,64,31); }
div.DivClassName
{
background-color: #17401F;
}
.BgClassName
{
background-color: #17401F;
}
</style>
border-color css
<style>
span { border-color: #17401F; }
span { border-color: rgb(23,64,31); }
td.TdClassName
{
border-color: #17401F;
}
.TagClassName
{
border-color: #17401F;
}
</style>