Shades of Deep Fir #142F1E
Tints of Deep Fir #142F1E
RGB
CMYK
RGB Variations
Color information
#142F1E (or 0x142F1E) is known color: Deep Fir. HEX triplet: 14, 2F and 1E. RGB value is (20,47,30). Sum of RGB (Red+Green+Blue) = 20+47+30=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #142F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F1E is #EBD0E1. Grayscale: #252525. Windows color (decimal): -15454434 or 1978132. OLE color: 1978132.
HSL color Cylindrical-coordinate representation of color #142F1E: hue angle of 142.22º degrees, saturation: 0.4, 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 #142F1E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 30 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.82 |
| HSL | 142.22º | 0.4% | 0.13% | - |
| HSV(B) | 142.22º | 0.57% | 0.18% | - |
| XYZ | 1.54 | 2.28 | 1.59 | - |
| YUV | 36.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 30 | 0.57 | 0 | 0.36 | 0.82 | 142.22 | 0.4 | 0.13 |
| Hex | 14 | 2F | 1E | 39 | 0 | 24 | 52 | 8E | 28 | D |
| Octal | 24 | 57 | 36 | 71 | 0 | 44 | 122 | 216 | 50 | 15 |
| Binary | 10100 | 101111 | 11110 | 111001 | 0 | 100100 | 1010010 | 10001110 | 101000 | 1101 |
Color Harmonies of #142F1E
Complementary color
Monochromatic Colors of #142F1E
Black with #142F1E
Text Example
Text Example
White with #142F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F1E; }
p { color: rgb(20,47,30); }
H1.HeaderClassName
{
color: #142F1E;
}
.AnyTagClassName
{
color: #142F1E;
}
</style>
background-color css
<style>
a { background-color: #142F1E; }
a { background-color: rgb(20,47,30); }
div.DivClassName
{
background-color: #142F1E;
}
.BgClassName
{
background-color: #142F1E;
}
</style>
border-color css
<style>
span { border-color: #142F1E; }
span { border-color: rgb(20,47,30); }
td.TdClassName
{
border-color: #142F1E;
}
.TagClassName
{
border-color: #142F1E;
}
</style>