Shades of Deep Fir #143A1B
Tints of Deep Fir #143A1B
RGB
CMYK
RGB Variations
Color information
#143A1B (or 0x143A1B) is known color: Deep Fir. HEX triplet: 14, 3A and 1B. RGB value is (20,58,27). Sum of RGB (Red+Green+Blue) = 20+58+27=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #143A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A1B is #EBC5E4. Grayscale: #2B2B2B. Windows color (decimal): -15451621 or 1784340. OLE color: 1784340.
HSL color Cylindrical-coordinate representation of color #143A1B: hue angle of 131.05º 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 #143A1B is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 58 | 27 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.77 |
| HSL | 131.05º | 0.49% | 0.15% | - |
| HSV(B) | 131.05º | 0.66% | 0.23% | - |
| XYZ | 2 | 3.25 | 1.56 | - |
| YUV | 43.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 27 | 0.66 | 0 | 0.53 | 0.77 | 131.05 | 0.49 | 0.15 |
| Hex | 14 | 3A | 1B | 42 | 0 | 35 | 4D | 83 | 31 | F |
| Octal | 24 | 72 | 33 | 102 | 0 | 65 | 115 | 203 | 61 | 17 |
| Binary | 10100 | 111010 | 11011 | 1000010 | 0 | 110101 | 1001101 | 10000011 | 110001 | 1111 |
Color Harmonies of #143A1B
Complementary color
Monochromatic Colors of #143A1B
Black with #143A1B
Text Example
Text Example
White with #143A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A1B; }
p { color: rgb(20,58,27); }
H1.HeaderClassName
{
color: #143A1B;
}
.AnyTagClassName
{
color: #143A1B;
}
</style>
background-color css
<style>
a { background-color: #143A1B; }
a { background-color: rgb(20,58,27); }
div.DivClassName
{
background-color: #143A1B;
}
.BgClassName
{
background-color: #143A1B;
}
</style>
border-color css
<style>
span { border-color: #143A1B; }
span { border-color: rgb(20,58,27); }
td.TdClassName
{
border-color: #143A1B;
}
.TagClassName
{
border-color: #143A1B;
}
</style>