Shades of Deep Fir #143C25
Tints of Deep Fir #143C25
RGB
CMYK
RGB Variations
Color information
#143C25 (or 0x143C25) is known color: Deep Fir. HEX triplet: 14, 3C and 25. RGB value is (20,60,37). Sum of RGB (Red+Green+Blue) = 20+60+37=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 60 (23.83% from 255 or 51.28% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 60 - color contains mainly: green. Hex color #143C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C25 is #EBC3DA. Grayscale: #2D2D2D. Windows color (decimal): -15451099 or 2440212. OLE color: 2440212.
HSL color Cylindrical-coordinate representation of color #143C25: hue angle of 145.5º 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 #143C25 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 37 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.76 |
| HSL | 145.5º | 0.5% | 0.16% | - |
| HSV(B) | 145.5º | 0.67% | 0.24% | - |
| XYZ | 2.24 | 3.51 | 2.31 | - |
| YUV | 45.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 37 | 0.67 | 0 | 0.38 | 0.76 | 145.5 | 0.5 | 0.16 |
| Hex | 14 | 3C | 25 | 43 | 0 | 26 | 4C | 92 | 32 | 10 |
| Octal | 24 | 74 | 45 | 103 | 0 | 46 | 114 | 222 | 62 | 20 |
| Binary | 10100 | 111100 | 100101 | 1000011 | 0 | 100110 | 1001100 | 10010010 | 110010 | 10000 |
Color Harmonies of #143C25
Complementary color
Monochromatic Colors of #143C25
Black with #143C25
Text Example
Text Example
White with #143C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C25; }
p { color: rgb(20,60,37); }
H1.HeaderClassName
{
color: #143C25;
}
.AnyTagClassName
{
color: #143C25;
}
</style>
background-color css
<style>
a { background-color: #143C25; }
a { background-color: rgb(20,60,37); }
div.DivClassName
{
background-color: #143C25;
}
.BgClassName
{
background-color: #143C25;
}
</style>
border-color css
<style>
span { border-color: #143C25; }
span { border-color: rgb(20,60,37); }
td.TdClassName
{
border-color: #143C25;
}
.TagClassName
{
border-color: #143C25;
}
</style>