Shades of Deep Fir #143B1D
Tints of Deep Fir #143B1D
RGB
CMYK
RGB Variations
Color information
#143B1D (or 0x143B1D) is known color: Deep Fir. HEX triplet: 14, 3B and 1D. RGB value is (20,59,29). Sum of RGB (Red+Green+Blue) = 20+59+29=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #143B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B1D is #EBC4E2. Grayscale: #2B2B2B. Windows color (decimal): -15451363 or 1915668. OLE color: 1915668.
HSL color Cylindrical-coordinate representation of color #143B1D: hue angle of 133.85º 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 #143B1D is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 29 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.77 |
| HSL | 133.85º | 0.49% | 0.15% | - |
| HSV(B) | 133.85º | 0.66% | 0.23% | - |
| XYZ | 2.07 | 3.37 | 1.7 | - |
| YUV | 43.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 29 | 0.66 | 0 | 0.51 | 0.77 | 133.85 | 0.49 | 0.15 |
| Hex | 14 | 3B | 1D | 42 | 0 | 33 | 4D | 86 | 31 | F |
| Octal | 24 | 73 | 35 | 102 | 0 | 63 | 115 | 206 | 61 | 17 |
| Binary | 10100 | 111011 | 11101 | 1000010 | 0 | 110011 | 1001101 | 10000110 | 110001 | 1111 |
Color Harmonies of #143B1D
Complementary color
Monochromatic Colors of #143B1D
Black with #143B1D
Text Example
Text Example
White with #143B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B1D; }
p { color: rgb(20,59,29); }
H1.HeaderClassName
{
color: #143B1D;
}
.AnyTagClassName
{
color: #143B1D;
}
</style>
background-color css
<style>
a { background-color: #143B1D; }
a { background-color: rgb(20,59,29); }
div.DivClassName
{
background-color: #143B1D;
}
.BgClassName
{
background-color: #143B1D;
}
</style>
border-color css
<style>
span { border-color: #143B1D; }
span { border-color: rgb(20,59,29); }
td.TdClassName
{
border-color: #143B1D;
}
.TagClassName
{
border-color: #143B1D;
}
</style>