Shades of Deep Fir #142B1C
Tints of Deep Fir #142B1C
RGB
CMYK
RGB Variations
Color information
#142B1C (or 0x142B1C) is known color: Deep Fir. HEX triplet: 14, 2B and 1C. RGB value is (20,43,28). Sum of RGB (Red+Green+Blue) = 20+43+28=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #142B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B1C is #EBD4E3. Grayscale: #222222. Windows color (decimal): -15455460 or 1846036. OLE color: 1846036.
HSL color Cylindrical-coordinate representation of color #142B1C: hue angle of 140.87º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B1C is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 43 | 28 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.83 |
| HSL | 140.87º | 0.37% | 0.12% | - |
| HSV(B) | 140.87º | 0.53% | 0.17% | - |
| XYZ | 1.36 | 1.96 | 1.41 | - |
| YUV | 34.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 43 | 28 | 0.53 | 0 | 0.35 | 0.83 | 140.87 | 0.37 | 0.12 |
| Hex | 14 | 2B | 1C | 35 | 0 | 23 | 53 | 8D | 25 | C |
| Octal | 24 | 53 | 34 | 65 | 0 | 43 | 123 | 215 | 45 | 14 |
| Binary | 10100 | 101011 | 11100 | 110101 | 0 | 100011 | 1010011 | 10001101 | 100101 | 1100 |
Color Harmonies of #142B1C
Complementary color
Monochromatic Colors of #142B1C
Black with #142B1C
Text Example
Text Example
White with #142B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142B1C; }
p { color: rgb(20,43,28); }
H1.HeaderClassName
{
color: #142B1C;
}
.AnyTagClassName
{
color: #142B1C;
}
</style>
background-color css
<style>
a { background-color: #142B1C; }
a { background-color: rgb(20,43,28); }
div.DivClassName
{
background-color: #142B1C;
}
.BgClassName
{
background-color: #142B1C;
}
</style>
border-color css
<style>
span { border-color: #142B1C; }
span { border-color: rgb(20,43,28); }
td.TdClassName
{
border-color: #142B1C;
}
.TagClassName
{
border-color: #142B1C;
}
</style>