Shades of Deep Fir #1F4426
Tints of Deep Fir #1F4426
RGB
CMYK
RGB Variations
Color information
#1F4426 (or 0x1F4426) is known color: Deep Fir. HEX triplet: 1F, 44 and 26. RGB value is (31,68,38). Sum of RGB (Red+Green+Blue) = 31+68+38=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4426 is #E0BBD9. Grayscale: #353535. Windows color (decimal): -14728154 or 2507807. OLE color: 2507807.
HSL color Cylindrical-coordinate representation of color #1F4426: hue angle of 131.35º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4426 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 38 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.73 |
| HSL | 131.35º | 0.37% | 0.19% | - |
| HSV(B) | 131.35º | 0.54% | 0.27% | - |
| XYZ | 2.98 | 4.57 | 2.56 | - |
| YUV | 53.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 38 | 0.54 | 0 | 0.44 | 0.73 | 131.35 | 0.37 | 0.19 |
| Hex | 1F | 44 | 26 | 36 | 0 | 2C | 49 | 83 | 25 | 13 |
| Octal | 37 | 104 | 46 | 66 | 0 | 54 | 111 | 203 | 45 | 23 |
| Binary | 11111 | 1000100 | 100110 | 110110 | 0 | 101100 | 1001001 | 10000011 | 100101 | 10011 |
Color Harmonies of #1F4426
Complementary color
Monochromatic Colors of #1F4426
Black with #1F4426
Text Example
Text Example
White with #1F4426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4426; }
p { color: rgb(31,68,38); }
H1.HeaderClassName
{
color: #1F4426;
}
.AnyTagClassName
{
color: #1F4426;
}
</style>
background-color css
<style>
a { background-color: #1F4426; }
a { background-color: rgb(31,68,38); }
div.DivClassName
{
background-color: #1F4426;
}
.BgClassName
{
background-color: #1F4426;
}
</style>
border-color css
<style>
span { border-color: #1F4426; }
span { border-color: rgb(31,68,38); }
td.TdClassName
{
border-color: #1F4426;
}
.TagClassName
{
border-color: #1F4426;
}
</style>