Shades of Deep Fir #144221
Tints of Deep Fir #144221
RGB
CMYK
RGB Variations
Color information
#144221 (or 0x144221) is known color: Deep Fir. HEX triplet: 14, 42 and 21. RGB value is (20,66,33). Sum of RGB (Red+Green+Blue) = 20+66+33=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #144221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144221 is #EBBDDE. Grayscale: #303030. Windows color (decimal): -15449567 or 2179604. OLE color: 2179604.
HSL color Cylindrical-coordinate representation of color #144221: hue angle of 136.96º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144221 is Cyan = 0.70, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 66 | 33 | - |
| CMYK | 0.70 | 0 | 0.5 | 0.74 |
| HSL | 136.96º | 0.53% | 0.17% | - |
| HSV(B) | 136.96º | 0.7% | 0.26% | - |
| XYZ | 2.51 | 4.15 | 2.11 | - |
| YUV | 48.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 66 | 33 | 0.70 | 0 | 0.5 | 0.74 | 136.96 | 0.53 | 0.17 |
| Hex | 14 | 42 | 21 | 46 | 0 | 32 | 4A | 89 | 35 | 11 |
| Octal | 24 | 102 | 41 | 106 | 0 | 62 | 112 | 211 | 65 | 21 |
| Binary | 10100 | 1000010 | 100001 | 1000110 | 0 | 110010 | 1001010 | 10001001 | 110101 | 10001 |
Color Harmonies of #144221
Complementary color
Monochromatic Colors of #144221
Black with #144221
Text Example
Text Example
White with #144221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144221; }
p { color: rgb(20,66,33); }
H1.HeaderClassName
{
color: #144221;
}
.AnyTagClassName
{
color: #144221;
}
</style>
background-color css
<style>
a { background-color: #144221; }
a { background-color: rgb(20,66,33); }
div.DivClassName
{
background-color: #144221;
}
.BgClassName
{
background-color: #144221;
}
</style>
border-color css
<style>
span { border-color: #144221; }
span { border-color: rgb(20,66,33); }
td.TdClassName
{
border-color: #144221;
}
.TagClassName
{
border-color: #144221;
}
</style>