Shades of Deep Fir #1F472A
Tints of Deep Fir #1F472A
RGB
CMYK
RGB Variations
Color information
#1F472A (or 0x1F472A) is known color: Deep Fir. HEX triplet: 1F, 47 and 2A. RGB value is (31,71,42). Sum of RGB (Red+Green+Blue) = 31+71+42=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #1F472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F472A is #E0B8D5. Grayscale: #373737. Windows color (decimal): -14727382 or 2770719. OLE color: 2770719.
HSL color Cylindrical-coordinate representation of color #1F472A: hue angle of 136.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F472A is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 42 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.72 |
| HSL | 136.5º | 0.39% | 0.2% | - |
| HSV(B) | 136.5º | 0.56% | 0.28% | - |
| XYZ | 3.24 | 4.96 | 2.98 | - |
| YUV | 55.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 42 | 0.56 | 0 | 0.41 | 0.72 | 136.5 | 0.39 | 0.2 |
| Hex | 1F | 47 | 2A | 38 | 0 | 29 | 48 | 88 | 27 | 14 |
| Octal | 37 | 107 | 52 | 70 | 0 | 51 | 110 | 210 | 47 | 24 |
| Binary | 11111 | 1000111 | 101010 | 111000 | 0 | 101001 | 1001000 | 10001000 | 100111 | 10100 |
Color Harmonies of #1F472A
Complementary color
Monochromatic Colors of #1F472A
Black with #1F472A
Text Example
Text Example
White with #1F472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F472A; }
p { color: rgb(31,71,42); }
H1.HeaderClassName
{
color: #1F472A;
}
.AnyTagClassName
{
color: #1F472A;
}
</style>
background-color css
<style>
a { background-color: #1F472A; }
a { background-color: rgb(31,71,42); }
div.DivClassName
{
background-color: #1F472A;
}
.BgClassName
{
background-color: #1F472A;
}
</style>
border-color css
<style>
span { border-color: #1F472A; }
span { border-color: rgb(31,71,42); }
td.TdClassName
{
border-color: #1F472A;
}
.TagClassName
{
border-color: #1F472A;
}
</style>