Shades of Deep Fir #143E24
Tints of Deep Fir #143E24
RGB
CMYK
RGB Variations
Color information
#143E24 (or 0x143E24) is known color: Deep Fir. HEX triplet: 14, 3E and 24. RGB value is (20,62,36). Sum of RGB (Red+Green+Blue) = 20+62+36=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 62 (24.61% from 255 or 52.54% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 62 - color contains mainly: green. Hex color #143E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E24 is #EBC1DB. Grayscale: #2E2E2E. Windows color (decimal): -15450588 or 2375188. OLE color: 2375188.
HSL color Cylindrical-coordinate representation of color #143E24: hue angle of 142.86º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #143E24 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 62 | 36 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.76 |
| HSL | 142.86º | 0.51% | 0.16% | - |
| HSV(B) | 142.86º | 0.68% | 0.24% | - |
| XYZ | 2.33 | 3.72 | 2.26 | - |
| YUV | 46.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 36 | 0.68 | 0 | 0.42 | 0.76 | 142.86 | 0.51 | 0.16 |
| Hex | 14 | 3E | 24 | 44 | 0 | 2A | 4C | 8F | 33 | 10 |
| Octal | 24 | 76 | 44 | 104 | 0 | 52 | 114 | 217 | 63 | 20 |
| Binary | 10100 | 111110 | 100100 | 1000100 | 0 | 101010 | 1001100 | 10001111 | 110011 | 10000 |
Color Harmonies of #143E24
Complementary color
Monochromatic Colors of #143E24
Black with #143E24
Text Example
Text Example
White with #143E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E24; }
p { color: rgb(20,62,36); }
H1.HeaderClassName
{
color: #143E24;
}
.AnyTagClassName
{
color: #143E24;
}
</style>
background-color css
<style>
a { background-color: #143E24; }
a { background-color: rgb(20,62,36); }
div.DivClassName
{
background-color: #143E24;
}
.BgClassName
{
background-color: #143E24;
}
</style>
border-color css
<style>
span { border-color: #143E24; }
span { border-color: rgb(20,62,36); }
td.TdClassName
{
border-color: #143E24;
}
.TagClassName
{
border-color: #143E24;
}
</style>