Shades of Deep Fir #17461F
Tints of Deep Fir #17461F
RGB
CMYK
RGB Variations
Color information
#17461F (or 0x17461F) is known color: Deep Fir. HEX triplet: 17, 46 and 1F. RGB value is (23,70,31). Sum of RGB (Red+Green+Blue) = 23+70+31=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #17461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17461F is #E8B9E0. Grayscale: #333333. Windows color (decimal): -15251937 or 2049559. OLE color: 2049559.
HSL color Cylindrical-coordinate representation of color #17461F: hue angle of 130.21º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17461F is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 70 | 31 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.73 |
| HSL | 130.21º | 0.51% | 0.18% | - |
| HSV(B) | 130.21º | 0.67% | 0.27% | - |
| XYZ | 2.79 | 4.66 | 2.05 | - |
| YUV | 51.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 70 | 31 | 0.67 | 0 | 0.56 | 0.73 | 130.21 | 0.51 | 0.18 |
| Hex | 17 | 46 | 1F | 43 | 0 | 38 | 49 | 82 | 33 | 12 |
| Octal | 27 | 106 | 37 | 103 | 0 | 70 | 111 | 202 | 63 | 22 |
| Binary | 10111 | 1000110 | 11111 | 1000011 | 0 | 111000 | 1001001 | 10000010 | 110011 | 10010 |
Color Harmonies of #17461F
Complementary color
Monochromatic Colors of #17461F
Black with #17461F
Text Example
Text Example
White with #17461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17461F; }
p { color: rgb(23,70,31); }
H1.HeaderClassName
{
color: #17461F;
}
.AnyTagClassName
{
color: #17461F;
}
</style>
background-color css
<style>
a { background-color: #17461F; }
a { background-color: rgb(23,70,31); }
div.DivClassName
{
background-color: #17461F;
}
.BgClassName
{
background-color: #17461F;
}
</style>
border-color css
<style>
span { border-color: #17461F; }
span { border-color: rgb(23,70,31); }
td.TdClassName
{
border-color: #17461F;
}
.TagClassName
{
border-color: #17461F;
}
</style>