Shades of Deep Fir #1F4326
Tints of Deep Fir #1F4326
RGB
CMYK
RGB Variations
Color information
#1F4326 (or 0x1F4326) is known color: Deep Fir. HEX triplet: 1F, 43 and 26. RGB value is (31,67,38). Sum of RGB (Red+Green+Blue) = 31+67+38=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4326 is #E0BCD9. Grayscale: #353535. Windows color (decimal): -14728410 or 2507551. OLE color: 2507551.
HSL color Cylindrical-coordinate representation of color #1F4326: hue angle of 131.67º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4326 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 38 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.74 |
| HSL | 131.67º | 0.37% | 0.19% | - |
| HSV(B) | 131.67º | 0.54% | 0.26% | - |
| XYZ | 2.92 | 4.45 | 2.54 | - |
| YUV | 52.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 38 | 0.54 | 0 | 0.43 | 0.74 | 131.67 | 0.37 | 0.19 |
| Hex | 1F | 43 | 26 | 36 | 0 | 2B | 4A | 84 | 25 | 13 |
| Octal | 37 | 103 | 46 | 66 | 0 | 53 | 112 | 204 | 45 | 23 |
| Binary | 11111 | 1000011 | 100110 | 110110 | 0 | 101011 | 1001010 | 10000100 | 100101 | 10011 |
Color Harmonies of #1F4326
Complementary color
Monochromatic Colors of #1F4326
Black with #1F4326
Text Example
Text Example
White with #1F4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4326; }
p { color: rgb(31,67,38); }
H1.HeaderClassName
{
color: #1F4326;
}
.AnyTagClassName
{
color: #1F4326;
}
</style>
background-color css
<style>
a { background-color: #1F4326; }
a { background-color: rgb(31,67,38); }
div.DivClassName
{
background-color: #1F4326;
}
.BgClassName
{
background-color: #1F4326;
}
</style>
border-color css
<style>
span { border-color: #1F4326; }
span { border-color: rgb(31,67,38); }
td.TdClassName
{
border-color: #1F4326;
}
.TagClassName
{
border-color: #1F4326;
}
</style>