Shades of Deep Fir #144026
Tints of Deep Fir #144026
RGB
CMYK
RGB Variations
Color information
#144026 (or 0x144026) is known color: Deep Fir. HEX triplet: 14, 40 and 26. RGB value is (20,64,38). Sum of RGB (Red+Green+Blue) = 20+64+38=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #144026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144026 is #EBBFD9. Grayscale: #2F2F2F. Windows color (decimal): -15450074 or 2506772. OLE color: 2506772.
HSL color Cylindrical-coordinate representation of color #144026: hue angle of 144.55º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #144026 is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 64 | 38 | - |
| CMYK | 0.69 | 0 | 0.41 | 0.75 |
| HSL | 144.55º | 0.52% | 0.16% | - |
| HSV(B) | 144.55º | 0.69% | 0.25% | - |
| XYZ | 2.47 | 3.96 | 2.47 | - |
| YUV | 47.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 64 | 38 | 0.69 | 0 | 0.41 | 0.75 | 144.55 | 0.52 | 0.16 |
| Hex | 14 | 40 | 26 | 45 | 0 | 29 | 4B | 91 | 34 | 10 |
| Octal | 24 | 100 | 46 | 105 | 0 | 51 | 113 | 221 | 64 | 20 |
| Binary | 10100 | 1000000 | 100110 | 1000101 | 0 | 101001 | 1001011 | 10010001 | 110100 | 10000 |
Color Harmonies of #144026
Complementary color
Monochromatic Colors of #144026
Black with #144026
Text Example
Text Example
White with #144026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144026; }
p { color: rgb(20,64,38); }
H1.HeaderClassName
{
color: #144026;
}
.AnyTagClassName
{
color: #144026;
}
</style>
background-color css
<style>
a { background-color: #144026; }
a { background-color: rgb(20,64,38); }
div.DivClassName
{
background-color: #144026;
}
.BgClassName
{
background-color: #144026;
}
</style>
border-color css
<style>
span { border-color: #144026; }
span { border-color: rgb(20,64,38); }
td.TdClassName
{
border-color: #144026;
}
.TagClassName
{
border-color: #144026;
}
</style>