Shades of Deep Fir #144A1E
Tints of Deep Fir #144A1E
RGB
CMYK
RGB Variations
Color information
#144A1E (or 0x144A1E) is known color: Deep Fir. HEX triplet: 14, 4A and 1E. RGB value is (20,74,30). Sum of RGB (Red+Green+Blue) = 20+74+30=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #144A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A1E is #EBB5E1. Grayscale: #343434. Windows color (decimal): -15447522 or 1985044. OLE color: 1985044.
HSL color Cylindrical-coordinate representation of color #144A1E: hue angle of 131.11º 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 #144A1E is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 74 | 30 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.71 |
| HSL | 131.11º | 0.57% | 0.18% | - |
| HSV(B) | 131.11º | 0.73% | 0.29% | - |
| XYZ | 2.97 | 5.14 | 2.06 | - |
| YUV | 52.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 74 | 30 | 0.73 | 0 | 0.59 | 0.71 | 131.11 | 0.57 | 0.18 |
| Hex | 14 | 4A | 1E | 49 | 0 | 3B | 47 | 83 | 39 | 12 |
| Octal | 24 | 112 | 36 | 111 | 0 | 73 | 107 | 203 | 71 | 22 |
| Binary | 10100 | 1001010 | 11110 | 1001001 | 0 | 111011 | 1000111 | 10000011 | 111001 | 10010 |
Color Harmonies of #144A1E
Complementary color
Monochromatic Colors of #144A1E
Black with #144A1E
Text Example
Text Example
White with #144A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144A1E; }
p { color: rgb(20,74,30); }
H1.HeaderClassName
{
color: #144A1E;
}
.AnyTagClassName
{
color: #144A1E;
}
</style>
background-color css
<style>
a { background-color: #144A1E; }
a { background-color: rgb(20,74,30); }
div.DivClassName
{
background-color: #144A1E;
}
.BgClassName
{
background-color: #144A1E;
}
</style>
border-color css
<style>
span { border-color: #144A1E; }
span { border-color: rgb(20,74,30); }
td.TdClassName
{
border-color: #144A1E;
}
.TagClassName
{
border-color: #144A1E;
}
</style>