Shades of Deep Fir #142E1E
Tints of Deep Fir #142E1E
RGB
CMYK
RGB Variations
Color information
#142E1E (or 0x142E1E) is known color: Deep Fir. HEX triplet: 14, 2E and 1E. RGB value is (20,46,30). Sum of RGB (Red+Green+Blue) = 20+46+30=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #142E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E1E is #EBD1E1. Grayscale: #242424. Windows color (decimal): -15454690 or 1977876. OLE color: 1977876.
HSL color Cylindrical-coordinate representation of color #142E1E: hue angle of 143.08º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142E1E is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 46 | 30 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.82 |
| HSL | 143.08º | 0.39% | 0.13% | - |
| HSV(B) | 143.08º | 0.57% | 0.18% | - |
| XYZ | 1.5 | 2.2 | 1.57 | - |
| YUV | 36.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 30 | 0.57 | 0 | 0.35 | 0.82 | 143.08 | 0.39 | 0.13 |
| Hex | 14 | 2E | 1E | 39 | 0 | 23 | 52 | 8F | 27 | D |
| Octal | 24 | 56 | 36 | 71 | 0 | 43 | 122 | 217 | 47 | 15 |
| Binary | 10100 | 101110 | 11110 | 111001 | 0 | 100011 | 1010010 | 10001111 | 100111 | 1101 |
Color Harmonies of #142E1E
Complementary color
Monochromatic Colors of #142E1E
Black with #142E1E
Text Example
Text Example
White with #142E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E1E; }
p { color: rgb(20,46,30); }
H1.HeaderClassName
{
color: #142E1E;
}
.AnyTagClassName
{
color: #142E1E;
}
</style>
background-color css
<style>
a { background-color: #142E1E; }
a { background-color: rgb(20,46,30); }
div.DivClassName
{
background-color: #142E1E;
}
.BgClassName
{
background-color: #142E1E;
}
</style>
border-color css
<style>
span { border-color: #142E1E; }
span { border-color: rgb(20,46,30); }
td.TdClassName
{
border-color: #142E1E;
}
.TagClassName
{
border-color: #142E1E;
}
</style>