Shades of Deep Fir #142F1C
Tints of Deep Fir #142F1C
RGB
CMYK
RGB Variations
Color information
#142F1C (or 0x142F1C) is known color: Deep Fir. HEX triplet: 14, 2F and 1C. RGB value is (20,47,28). Sum of RGB (Red+Green+Blue) = 20+47+28=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #142F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142F1C is #EBD0E3. Grayscale: #242424. Windows color (decimal): -15454436 or 1847060. OLE color: 1847060.
HSL color Cylindrical-coordinate representation of color #142F1C: hue angle of 137.78º 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 #142F1C is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 28 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.82 |
| HSL | 137.78º | 0.4% | 0.13% | - |
| HSV(B) | 137.78º | 0.57% | 0.18% | - |
| XYZ | 1.51 | 2.27 | 1.46 | - |
| YUV | 36.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 28 | 0.57 | 0 | 0.40 | 0.82 | 137.78 | 0.4 | 0.13 |
| Hex | 14 | 2F | 1C | 39 | 0 | 28 | 52 | 8A | 28 | D |
| Octal | 24 | 57 | 34 | 71 | 0 | 50 | 122 | 212 | 50 | 15 |
| Binary | 10100 | 101111 | 11100 | 111001 | 0 | 101000 | 1010010 | 10001010 | 101000 | 1101 |
Color Harmonies of #142F1C
Complementary color
Monochromatic Colors of #142F1C
Black with #142F1C
Text Example
Text Example
White with #142F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F1C; }
p { color: rgb(20,47,28); }
H1.HeaderClassName
{
color: #142F1C;
}
.AnyTagClassName
{
color: #142F1C;
}
</style>
background-color css
<style>
a { background-color: #142F1C; }
a { background-color: rgb(20,47,28); }
div.DivClassName
{
background-color: #142F1C;
}
.BgClassName
{
background-color: #142F1C;
}
</style>
border-color css
<style>
span { border-color: #142F1C; }
span { border-color: rgb(20,47,28); }
td.TdClassName
{
border-color: #142F1C;
}
.TagClassName
{
border-color: #142F1C;
}
</style>