Shades of Deep Fir #1F3C2A
Tints of Deep Fir #1F3C2A
RGB
CMYK
RGB Variations
Color information
#1F3C2A (or 0x1F3C2A) is known color: Deep Fir. HEX triplet: 1F, 3C and 2A. RGB value is (31,60,42). Sum of RGB (Red+Green+Blue) = 31+60+42=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C2A is #E0C3D5. Grayscale: #313131. Windows color (decimal): -14730198 or 2767903. OLE color: 2767903.
HSL color Cylindrical-coordinate representation of color #1F3C2A: hue angle of 142.76º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3C2A is Cyan = 0.48, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 60 | 42 | - |
| CMYK | 0.48 | 0 | 0.3 | 0.76 |
| HSL | 142.76º | 0.32% | 0.18% | - |
| HSV(B) | 142.76º | 0.48% | 0.24% | - |
| XYZ | 2.6 | 3.69 | 2.77 | - |
| YUV | 49.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 42 | 0.48 | 0 | 0.3 | 0.76 | 142.76 | 0.32 | 0.18 |
| Hex | 1F | 3C | 2A | 30 | 0 | 1E | 4C | 8F | 20 | 12 |
| Octal | 37 | 74 | 52 | 60 | 0 | 36 | 114 | 217 | 40 | 22 |
| Binary | 11111 | 111100 | 101010 | 110000 | 0 | 11110 | 1001100 | 10001111 | 100000 | 10010 |
Color Harmonies of #1F3C2A
Complementary color
Monochromatic Colors of #1F3C2A
Black with #1F3C2A
Text Example
Text Example
White with #1F3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C2A; }
p { color: rgb(31,60,42); }
H1.HeaderClassName
{
color: #1F3C2A;
}
.AnyTagClassName
{
color: #1F3C2A;
}
</style>
background-color css
<style>
a { background-color: #1F3C2A; }
a { background-color: rgb(31,60,42); }
div.DivClassName
{
background-color: #1F3C2A;
}
.BgClassName
{
background-color: #1F3C2A;
}
</style>
border-color css
<style>
span { border-color: #1F3C2A; }
span { border-color: rgb(31,60,42); }
td.TdClassName
{
border-color: #1F3C2A;
}
.TagClassName
{
border-color: #1F3C2A;
}
</style>