Shades of Deep Fir #142F1F
Tints of Deep Fir #142F1F
RGB
CMYK
RGB Variations
Color information
#142F1F (or 0x142F1F) is known color: Deep Fir. HEX triplet: 14, 2F and 1F. RGB value is (20,47,31). Sum of RGB (Red+Green+Blue) = 20+47+31=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #142F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F1F is #EBD0E0. Grayscale: #252525. Windows color (decimal): -15454433 or 2043668. OLE color: 2043668.
HSL color Cylindrical-coordinate representation of color #142F1F: hue angle of 144.44º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F1F is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 31 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.82 |
| HSL | 144.44º | 0.4% | 0.13% | - |
| HSV(B) | 144.44º | 0.57% | 0.18% | - |
| XYZ | 1.55 | 2.28 | 1.65 | - |
| YUV | 37.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 31 | 0.57 | 0 | 0.34 | 0.82 | 144.44 | 0.4 | 0.13 |
| Hex | 14 | 2F | 1F | 39 | 0 | 22 | 52 | 90 | 28 | D |
| Octal | 24 | 57 | 37 | 71 | 0 | 42 | 122 | 220 | 50 | 15 |
| Binary | 10100 | 101111 | 11111 | 111001 | 0 | 100010 | 1010010 | 10010000 | 101000 | 1101 |
Color Harmonies of #142F1F
Complementary color
Monochromatic Colors of #142F1F
Black with #142F1F
Text Example
Text Example
White with #142F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F1F; }
p { color: rgb(20,47,31); }
H1.HeaderClassName
{
color: #142F1F;
}
.AnyTagClassName
{
color: #142F1F;
}
</style>
background-color css
<style>
a { background-color: #142F1F; }
a { background-color: rgb(20,47,31); }
div.DivClassName
{
background-color: #142F1F;
}
.BgClassName
{
background-color: #142F1F;
}
</style>
border-color css
<style>
span { border-color: #142F1F; }
span { border-color: rgb(20,47,31); }
td.TdClassName
{
border-color: #142F1F;
}
.TagClassName
{
border-color: #142F1F;
}
</style>