Shades of Deep Fir #143C1D
Tints of Deep Fir #143C1D
RGB
CMYK
RGB Variations
Color information
#143C1D (or 0x143C1D) is known color: Deep Fir. HEX triplet: 14, 3C and 1D. RGB value is (20,60,29). Sum of RGB (Red+Green+Blue) = 20+60+29=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #143C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C1D is #EBC3E2. Grayscale: #2C2C2C. Windows color (decimal): -15451107 or 1915924. OLE color: 1915924.
HSL color Cylindrical-coordinate representation of color #143C1D: hue angle of 133.5º degrees, saturation: 0.5, 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 #143C1D is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 29 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.76 |
| HSL | 133.5º | 0.5% | 0.16% | - |
| HSV(B) | 133.5º | 0.67% | 0.24% | - |
| XYZ | 2.13 | 3.47 | 1.72 | - |
| YUV | 44.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 29 | 0.67 | 0 | 0.52 | 0.76 | 133.5 | 0.5 | 0.16 |
| Hex | 14 | 3C | 1D | 43 | 0 | 34 | 4C | 86 | 32 | 10 |
| Octal | 24 | 74 | 35 | 103 | 0 | 64 | 114 | 206 | 62 | 20 |
| Binary | 10100 | 111100 | 11101 | 1000011 | 0 | 110100 | 1001100 | 10000110 | 110010 | 10000 |
Color Harmonies of #143C1D
Complementary color
Monochromatic Colors of #143C1D
Black with #143C1D
Text Example
Text Example
White with #143C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C1D; }
p { color: rgb(20,60,29); }
H1.HeaderClassName
{
color: #143C1D;
}
.AnyTagClassName
{
color: #143C1D;
}
</style>
background-color css
<style>
a { background-color: #143C1D; }
a { background-color: rgb(20,60,29); }
div.DivClassName
{
background-color: #143C1D;
}
.BgClassName
{
background-color: #143C1D;
}
</style>
border-color css
<style>
span { border-color: #143C1D; }
span { border-color: rgb(20,60,29); }
td.TdClassName
{
border-color: #143C1D;
}
.TagClassName
{
border-color: #143C1D;
}
</style>