Shades of Deep Fir #1F4828
Tints of Deep Fir #1F4828
RGB
CMYK
RGB Variations
Color information
#1F4828 (or 0x1F4828) is known color: Deep Fir. HEX triplet: 1F, 48 and 28. RGB value is (31,72,40). Sum of RGB (Red+Green+Blue) = 31+72+40=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4828 is #E0B7D7. Grayscale: #383838. Windows color (decimal): -14727128 or 2639903. OLE color: 2639903.
HSL color Cylindrical-coordinate representation of color #1F4828: hue angle of 133.17º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4828 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 72 | 40 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.72 |
| HSL | 133.17º | 0.4% | 0.2% | - |
| HSV(B) | 133.17º | 0.57% | 0.28% | - |
| XYZ | 3.27 | 5.08 | 2.82 | - |
| YUV | 56.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 40 | 0.57 | 0 | 0.44 | 0.72 | 133.17 | 0.4 | 0.2 |
| Hex | 1F | 48 | 28 | 39 | 0 | 2C | 48 | 85 | 28 | 14 |
| Octal | 37 | 110 | 50 | 71 | 0 | 54 | 110 | 205 | 50 | 24 |
| Binary | 11111 | 1001000 | 101000 | 111001 | 0 | 101100 | 1001000 | 10000101 | 101000 | 10100 |
Color Harmonies of #1F4828
Complementary color
Monochromatic Colors of #1F4828
Black with #1F4828
Text Example
Text Example
White with #1F4828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4828; }
p { color: rgb(31,72,40); }
H1.HeaderClassName
{
color: #1F4828;
}
.AnyTagClassName
{
color: #1F4828;
}
</style>
background-color css
<style>
a { background-color: #1F4828; }
a { background-color: rgb(31,72,40); }
div.DivClassName
{
background-color: #1F4828;
}
.BgClassName
{
background-color: #1F4828;
}
</style>
border-color css
<style>
span { border-color: #1F4828; }
span { border-color: rgb(31,72,40); }
td.TdClassName
{
border-color: #1F4828;
}
.TagClassName
{
border-color: #1F4828;
}
</style>