Shades of Deep Fir #143D26
Tints of Deep Fir #143D26
RGB
CMYK
RGB Variations
Color information
#143D26 (or 0x143D26) is known color: Deep Fir. HEX triplet: 14, 3D and 26. RGB value is (20,61,38). Sum of RGB (Red+Green+Blue) = 20+61+38=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #143D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D26 is #EBC2D9. Grayscale: #2E2E2E. Windows color (decimal): -15450842 or 2506004. OLE color: 2506004.
HSL color Cylindrical-coordinate representation of color #143D26: hue angle of 146.34º 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 #143D26 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 38 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.76 |
| HSL | 146.34º | 0.51% | 0.16% | - |
| HSV(B) | 146.34º | 0.67% | 0.24% | - |
| XYZ | 2.31 | 3.63 | 2.41 | - |
| YUV | 46.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 38 | 0.67 | 0 | 0.38 | 0.76 | 146.34 | 0.51 | 0.16 |
| Hex | 14 | 3D | 26 | 43 | 0 | 26 | 4C | 92 | 33 | 10 |
| Octal | 24 | 75 | 46 | 103 | 0 | 46 | 114 | 222 | 63 | 20 |
| Binary | 10100 | 111101 | 100110 | 1000011 | 0 | 100110 | 1001100 | 10010010 | 110011 | 10000 |
Color Harmonies of #143D26
Complementary color
Monochromatic Colors of #143D26
Black with #143D26
Text Example
Text Example
White with #143D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D26; }
p { color: rgb(20,61,38); }
H1.HeaderClassName
{
color: #143D26;
}
.AnyTagClassName
{
color: #143D26;
}
</style>
background-color css
<style>
a { background-color: #143D26; }
a { background-color: rgb(20,61,38); }
div.DivClassName
{
background-color: #143D26;
}
.BgClassName
{
background-color: #143D26;
}
</style>
border-color css
<style>
span { border-color: #143D26; }
span { border-color: rgb(20,61,38); }
td.TdClassName
{
border-color: #143D26;
}
.TagClassName
{
border-color: #143D26;
}
</style>