Shades of Deep Fir #17381F
Tints of Deep Fir #17381F
RGB
CMYK
RGB Variations
Color information
#17381F (or 0x17381F) is known color: Deep Fir. HEX triplet: 17, 38 and 1F. RGB value is (23,56,31). Sum of RGB (Red+Green+Blue) = 23+56+31=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 56 (22.27% from 255 or 50.91% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 56 - color contains mainly: green. Hex color #17381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17381F is #E8C7E0. Grayscale: #2B2B2B. Windows color (decimal): -15255521 or 2045975. OLE color: 2045975.
HSL color Cylindrical-coordinate representation of color #17381F: hue angle of 134.55º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #17381F is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 56 | 31 | - |
| CMYK | 0.59 | 0 | 0.45 | 0.78 |
| HSL | 134.55º | 0.42% | 0.15% | - |
| HSV(B) | 134.55º | 0.59% | 0.22% | - |
| XYZ | 2.01 | 3.11 | 1.79 | - |
| YUV | 43.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 31 | 0.59 | 0 | 0.45 | 0.78 | 134.55 | 0.42 | 0.15 |
| Hex | 17 | 38 | 1F | 3B | 0 | 2D | 4E | 87 | 2A | F |
| Octal | 27 | 70 | 37 | 73 | 0 | 55 | 116 | 207 | 52 | 17 |
| Binary | 10111 | 111000 | 11111 | 111011 | 0 | 101101 | 1001110 | 10000111 | 101010 | 1111 |
Color Harmonies of #17381F
Complementary color
Monochromatic Colors of #17381F
Black with #17381F
Text Example
Text Example
White with #17381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17381F; }
p { color: rgb(23,56,31); }
H1.HeaderClassName
{
color: #17381F;
}
.AnyTagClassName
{
color: #17381F;
}
</style>
background-color css
<style>
a { background-color: #17381F; }
a { background-color: rgb(23,56,31); }
div.DivClassName
{
background-color: #17381F;
}
.BgClassName
{
background-color: #17381F;
}
</style>
border-color css
<style>
span { border-color: #17381F; }
span { border-color: rgb(23,56,31); }
td.TdClassName
{
border-color: #17381F;
}
.TagClassName
{
border-color: #17381F;
}
</style>