Shades of Deep Fir #143D1C
Tints of Deep Fir #143D1C
RGB
CMYK
RGB Variations
Color information
#143D1C (or 0x143D1C) is known color: Deep Fir. HEX triplet: 14, 3D and 1C. RGB value is (20,61,28). Sum of RGB (Red+Green+Blue) = 20+61+28=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #143D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D1C is #EBC2E3. Grayscale: #2D2D2D. Windows color (decimal): -15450852 or 1850644. OLE color: 1850644.
HSL color Cylindrical-coordinate representation of color #143D1C: hue angle of 131.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D1C is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 28 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.76 |
| HSL | 131.71º | 0.51% | 0.16% | - |
| HSV(B) | 131.71º | 0.67% | 0.24% | - |
| XYZ | 2.17 | 3.57 | 1.67 | - |
| YUV | 44.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 28 | 0.67 | 0 | 0.54 | 0.76 | 131.71 | 0.51 | 0.16 |
| Hex | 14 | 3D | 1C | 43 | 0 | 36 | 4C | 84 | 33 | 10 |
| Octal | 24 | 75 | 34 | 103 | 0 | 66 | 114 | 204 | 63 | 20 |
| Binary | 10100 | 111101 | 11100 | 1000011 | 0 | 110110 | 1001100 | 10000100 | 110011 | 10000 |
Color Harmonies of #143D1C
Complementary color
Monochromatic Colors of #143D1C
Black with #143D1C
Text Example
Text Example
White with #143D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D1C; }
p { color: rgb(20,61,28); }
H1.HeaderClassName
{
color: #143D1C;
}
.AnyTagClassName
{
color: #143D1C;
}
</style>
background-color css
<style>
a { background-color: #143D1C; }
a { background-color: rgb(20,61,28); }
div.DivClassName
{
background-color: #143D1C;
}
.BgClassName
{
background-color: #143D1C;
}
</style>
border-color css
<style>
span { border-color: #143D1C; }
span { border-color: rgb(20,61,28); }
td.TdClassName
{
border-color: #143D1C;
}
.TagClassName
{
border-color: #143D1C;
}
</style>