Shades of Deep Fir #143E21
Tints of Deep Fir #143E21
RGB
CMYK
RGB Variations
Color information
#143E21 (or 0x143E21) is known color: Deep Fir. HEX triplet: 14, 3E and 21. RGB value is (20,62,33). Sum of RGB (Red+Green+Blue) = 20+62+33=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #143E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143E21 is #EBC1DE. Grayscale: #2E2E2E. Windows color (decimal): -15450591 or 2178580. OLE color: 2178580.
HSL color Cylindrical-coordinate representation of color #143E21: hue angle of 138.57º 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 #143E21 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 62 | 33 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.76 |
| HSL | 138.57º | 0.51% | 0.16% | - |
| HSV(B) | 138.57º | 0.68% | 0.24% | - |
| XYZ | 2.29 | 3.7 | 2.03 | - |
| YUV | 46.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 33 | 0.68 | 0 | 0.47 | 0.76 | 138.57 | 0.51 | 0.16 |
| Hex | 14 | 3E | 21 | 44 | 0 | 2F | 4C | 8B | 33 | 10 |
| Octal | 24 | 76 | 41 | 104 | 0 | 57 | 114 | 213 | 63 | 20 |
| Binary | 10100 | 111110 | 100001 | 1000100 | 0 | 101111 | 1001100 | 10001011 | 110011 | 10000 |
Color Harmonies of #143E21
Complementary color
Monochromatic Colors of #143E21
Black with #143E21
Text Example
Text Example
White with #143E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E21; }
p { color: rgb(20,62,33); }
H1.HeaderClassName
{
color: #143E21;
}
.AnyTagClassName
{
color: #143E21;
}
</style>
background-color css
<style>
a { background-color: #143E21; }
a { background-color: rgb(20,62,33); }
div.DivClassName
{
background-color: #143E21;
}
.BgClassName
{
background-color: #143E21;
}
</style>
border-color css
<style>
span { border-color: #143E21; }
span { border-color: rgb(20,62,33); }
td.TdClassName
{
border-color: #143E21;
}
.TagClassName
{
border-color: #143E21;
}
</style>