Shades of Deep Fir #142C1B
Tints of Deep Fir #142C1B
RGB
CMYK
RGB Variations
Color information
#142C1B (or 0x142C1B) is known color: Deep Fir. HEX triplet: 14, 2C and 1B. RGB value is (20,44,27). Sum of RGB (Red+Green+Blue) = 20+44+27=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #142C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C1B is #EBD3E4. Grayscale: #222222. Windows color (decimal): -15455205 or 1780756. OLE color: 1780756.
HSL color Cylindrical-coordinate representation of color #142C1B: hue angle of 137.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #142C1B is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 44 | 27 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.83 |
| HSL | 137.5º | 0.38% | 0.13% | - |
| HSV(B) | 137.5º | 0.55% | 0.17% | - |
| XYZ | 1.39 | 2.03 | 1.36 | - |
| YUV | 34.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 27 | 0.55 | 0 | 0.39 | 0.83 | 137.5 | 0.38 | 0.13 |
| Hex | 14 | 2C | 1B | 37 | 0 | 27 | 53 | 8A | 26 | D |
| Octal | 24 | 54 | 33 | 67 | 0 | 47 | 123 | 212 | 46 | 15 |
| Binary | 10100 | 101100 | 11011 | 110111 | 0 | 100111 | 1010011 | 10001010 | 100110 | 1101 |
Color Harmonies of #142C1B
Complementary color
Monochromatic Colors of #142C1B
Black with #142C1B
Text Example
Text Example
White with #142C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C1B; }
p { color: rgb(20,44,27); }
H1.HeaderClassName
{
color: #142C1B;
}
.AnyTagClassName
{
color: #142C1B;
}
</style>
background-color css
<style>
a { background-color: #142C1B; }
a { background-color: rgb(20,44,27); }
div.DivClassName
{
background-color: #142C1B;
}
.BgClassName
{
background-color: #142C1B;
}
</style>
border-color css
<style>
span { border-color: #142C1B; }
span { border-color: rgb(20,44,27); }
td.TdClassName
{
border-color: #142C1B;
}
.TagClassName
{
border-color: #142C1B;
}
</style>