Shades of Deep Fir #143C24
Tints of Deep Fir #143C24
RGB
CMYK
RGB Variations
Color information
#143C24 (or 0x143C24) is known color: Deep Fir. HEX triplet: 14, 3C and 24. RGB value is (20,60,36). Sum of RGB (Red+Green+Blue) = 20+60+36=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #143C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C24 is #EBC3DB. Grayscale: #2D2D2D. Windows color (decimal): -15451100 or 2374676. OLE color: 2374676.
HSL color Cylindrical-coordinate representation of color #143C24: hue angle of 144º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143C24 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 36 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.76 |
| HSL | 144º | 0.5% | 0.16% | - |
| HSV(B) | 144º | 0.67% | 0.24% | - |
| XYZ | 2.22 | 3.51 | 2.23 | - |
| YUV | 45.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 36 | 0.67 | 0 | 0.40 | 0.76 | 144 | 0.5 | 0.16 |
| Hex | 14 | 3C | 24 | 43 | 0 | 28 | 4C | 90 | 32 | 10 |
| Octal | 24 | 74 | 44 | 103 | 0 | 50 | 114 | 220 | 62 | 20 |
| Binary | 10100 | 111100 | 100100 | 1000011 | 0 | 101000 | 1001100 | 10010000 | 110010 | 10000 |
Color Harmonies of #143C24
Complementary color
Monochromatic Colors of #143C24
Black with #143C24
Text Example
Text Example
White with #143C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C24; }
p { color: rgb(20,60,36); }
H1.HeaderClassName
{
color: #143C24;
}
.AnyTagClassName
{
color: #143C24;
}
</style>
background-color css
<style>
a { background-color: #143C24; }
a { background-color: rgb(20,60,36); }
div.DivClassName
{
background-color: #143C24;
}
.BgClassName
{
background-color: #143C24;
}
</style>
border-color css
<style>
span { border-color: #143C24; }
span { border-color: rgb(20,60,36); }
td.TdClassName
{
border-color: #143C24;
}
.TagClassName
{
border-color: #143C24;
}
</style>