Shades of Deep Fir #144920
Tints of Deep Fir #144920
RGB
CMYK
RGB Variations
Color information
#144920 (or 0x144920) is known color: Deep Fir. HEX triplet: 14, 49 and 20. RGB value is (20,73,32). Sum of RGB (Red+Green+Blue) = 20+73+32=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #144920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144920 is #EBB6DF. Grayscale: #343434. Windows color (decimal): -15447776 or 2115860. OLE color: 2115860.
HSL color Cylindrical-coordinate representation of color #144920: hue angle of 133.58º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144920 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 32 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.71 |
| HSL | 133.58º | 0.57% | 0.18% | - |
| HSV(B) | 133.58º | 0.73% | 0.29% | - |
| XYZ | 2.93 | 5.02 | 2.18 | - |
| YUV | 52.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 32 | 0.73 | 0 | 0.56 | 0.71 | 133.58 | 0.57 | 0.18 |
| Hex | 14 | 49 | 20 | 49 | 0 | 38 | 47 | 86 | 39 | 12 |
| Octal | 24 | 111 | 40 | 111 | 0 | 70 | 107 | 206 | 71 | 22 |
| Binary | 10100 | 1001001 | 100000 | 1001001 | 0 | 111000 | 1000111 | 10000110 | 111001 | 10010 |
Color Harmonies of #144920
Complementary color
Monochromatic Colors of #144920
Black with #144920
Text Example
Text Example
White with #144920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144920; }
p { color: rgb(20,73,32); }
H1.HeaderClassName
{
color: #144920;
}
.AnyTagClassName
{
color: #144920;
}
</style>
background-color css
<style>
a { background-color: #144920; }
a { background-color: rgb(20,73,32); }
div.DivClassName
{
background-color: #144920;
}
.BgClassName
{
background-color: #144920;
}
</style>
border-color css
<style>
span { border-color: #144920; }
span { border-color: rgb(20,73,32); }
td.TdClassName
{
border-color: #144920;
}
.TagClassName
{
border-color: #144920;
}
</style>