Shades of Deep Fir #1F4029
Tints of Deep Fir #1F4029
RGB
CMYK
RGB Variations
Color information
#1F4029 (or 0x1F4029) is known color: Deep Fir. HEX triplet: 1F, 40 and 29. RGB value is (31,64,41). Sum of RGB (Red+Green+Blue) = 31+64+41=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #1F4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4029 is #E0BFD6. Grayscale: #333333. Windows color (decimal): -14729175 or 2703391. OLE color: 2703391.
HSL color Cylindrical-coordinate representation of color #1F4029: hue angle of 138.18º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4029 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 41 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.75 |
| HSL | 138.18º | 0.35% | 0.19% | - |
| HSV(B) | 138.18º | 0.52% | 0.25% | - |
| XYZ | 2.8 | 4.12 | 2.75 | - |
| YUV | 51.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 41 | 0.52 | 0 | 0.36 | 0.75 | 138.18 | 0.35 | 0.19 |
| Hex | 1F | 40 | 29 | 34 | 0 | 24 | 4B | 8A | 23 | 13 |
| Octal | 37 | 100 | 51 | 64 | 0 | 44 | 113 | 212 | 43 | 23 |
| Binary | 11111 | 1000000 | 101001 | 110100 | 0 | 100100 | 1001011 | 10001010 | 100011 | 10011 |
Color Harmonies of #1F4029
Complementary color
Monochromatic Colors of #1F4029
Black with #1F4029
Text Example
Text Example
White with #1F4029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4029; }
p { color: rgb(31,64,41); }
H1.HeaderClassName
{
color: #1F4029;
}
.AnyTagClassName
{
color: #1F4029;
}
</style>
background-color css
<style>
a { background-color: #1F4029; }
a { background-color: rgb(31,64,41); }
div.DivClassName
{
background-color: #1F4029;
}
.BgClassName
{
background-color: #1F4029;
}
</style>
border-color css
<style>
span { border-color: #1F4029; }
span { border-color: rgb(31,64,41); }
td.TdClassName
{
border-color: #1F4029;
}
.TagClassName
{
border-color: #1F4029;
}
</style>