Shades of Deep Fir #143D24
Tints of Deep Fir #143D24
RGB
CMYK
RGB Variations
Color information
#143D24 (or 0x143D24) is known color: Deep Fir. HEX triplet: 14, 3D and 24. RGB value is (20,61,36). Sum of RGB (Red+Green+Blue) = 20+61+36=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #143D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D24 is #EBC2DB. Grayscale: #2D2D2D. Windows color (decimal): -15450844 or 2374932. OLE color: 2374932.
HSL color Cylindrical-coordinate representation of color #143D24: hue angle of 143.41º degrees, saturation: 0.51, 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 #143D24 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 36 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.76 |
| HSL | 143.41º | 0.51% | 0.16% | - |
| HSV(B) | 143.41º | 0.67% | 0.24% | - |
| XYZ | 2.28 | 3.61 | 2.25 | - |
| YUV | 45.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 36 | 0.67 | 0 | 0.41 | 0.76 | 143.41 | 0.51 | 0.16 |
| Hex | 14 | 3D | 24 | 43 | 0 | 29 | 4C | 8F | 33 | 10 |
| Octal | 24 | 75 | 44 | 103 | 0 | 51 | 114 | 217 | 63 | 20 |
| Binary | 10100 | 111101 | 100100 | 1000011 | 0 | 101001 | 1001100 | 10001111 | 110011 | 10000 |
Color Harmonies of #143D24
Complementary color
Monochromatic Colors of #143D24
Black with #143D24
Text Example
Text Example
White with #143D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D24; }
p { color: rgb(20,61,36); }
H1.HeaderClassName
{
color: #143D24;
}
.AnyTagClassName
{
color: #143D24;
}
</style>
background-color css
<style>
a { background-color: #143D24; }
a { background-color: rgb(20,61,36); }
div.DivClassName
{
background-color: #143D24;
}
.BgClassName
{
background-color: #143D24;
}
</style>
border-color css
<style>
span { border-color: #143D24; }
span { border-color: rgb(20,61,36); }
td.TdClassName
{
border-color: #143D24;
}
.TagClassName
{
border-color: #143D24;
}
</style>