Shades of Deep Fir #143B1C
Tints of Deep Fir #143B1C
RGB
CMYK
RGB Variations
Color information
#143B1C (or 0x143B1C) is known color: Deep Fir. HEX triplet: 14, 3B and 1C. RGB value is (20,59,28). Sum of RGB (Red+Green+Blue) = 20+59+28=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 59 (23.44% from 255 or 55.14% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 59 - color contains mainly: green. Hex color #143B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B1C is #EBC4E3. Grayscale: #2B2B2B. Windows color (decimal): -15451364 or 1850132. OLE color: 1850132.
HSL color Cylindrical-coordinate representation of color #143B1C: hue angle of 132.31º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B1C is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 28 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.77 |
| HSL | 132.31º | 0.49% | 0.15% | - |
| HSV(B) | 132.31º | 0.66% | 0.23% | - |
| XYZ | 2.06 | 3.36 | 1.64 | - |
| YUV | 43.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 28 | 0.66 | 0 | 0.53 | 0.77 | 132.31 | 0.49 | 0.15 |
| Hex | 14 | 3B | 1C | 42 | 0 | 35 | 4D | 84 | 31 | F |
| Octal | 24 | 73 | 34 | 102 | 0 | 65 | 115 | 204 | 61 | 17 |
| Binary | 10100 | 111011 | 11100 | 1000010 | 0 | 110101 | 1001101 | 10000100 | 110001 | 1111 |
Color Harmonies of #143B1C
Complementary color
Monochromatic Colors of #143B1C
Black with #143B1C
Text Example
Text Example
White with #143B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B1C; }
p { color: rgb(20,59,28); }
H1.HeaderClassName
{
color: #143B1C;
}
.AnyTagClassName
{
color: #143B1C;
}
</style>
background-color css
<style>
a { background-color: #143B1C; }
a { background-color: rgb(20,59,28); }
div.DivClassName
{
background-color: #143B1C;
}
.BgClassName
{
background-color: #143B1C;
}
</style>
border-color css
<style>
span { border-color: #143B1C; }
span { border-color: rgb(20,59,28); }
td.TdClassName
{
border-color: #143B1C;
}
.TagClassName
{
border-color: #143B1C;
}
</style>