Shades of Deep Fir #144923
Tints of Deep Fir #144923
RGB
CMYK
RGB Variations
Color information
#144923 (or 0x144923) is known color: Deep Fir. HEX triplet: 14, 49 and 23. RGB value is (20,73,35). Sum of RGB (Red+Green+Blue) = 20+73+35=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #144923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144923 is #EBB6DC. Grayscale: #343434. Windows color (decimal): -15447773 or 2312468. OLE color: 2312468.
HSL color Cylindrical-coordinate representation of color #144923: hue angle of 136.98º 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 #144923 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 73 | 35 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.71 |
| HSL | 136.98º | 0.57% | 0.18% | - |
| HSV(B) | 136.98º | 0.73% | 0.29% | - |
| XYZ | 2.97 | 5.04 | 2.41 | - |
| YUV | 52.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 35 | 0.73 | 0 | 0.52 | 0.71 | 136.98 | 0.57 | 0.18 |
| Hex | 14 | 49 | 23 | 49 | 0 | 34 | 47 | 89 | 39 | 12 |
| Octal | 24 | 111 | 43 | 111 | 0 | 64 | 107 | 211 | 71 | 22 |
| Binary | 10100 | 1001001 | 100011 | 1001001 | 0 | 110100 | 1000111 | 10001001 | 111001 | 10010 |
Color Harmonies of #144923
Complementary color
Monochromatic Colors of #144923
Black with #144923
Text Example
Text Example
White with #144923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144923; }
p { color: rgb(20,73,35); }
H1.HeaderClassName
{
color: #144923;
}
.AnyTagClassName
{
color: #144923;
}
</style>
background-color css
<style>
a { background-color: #144923; }
a { background-color: rgb(20,73,35); }
div.DivClassName
{
background-color: #144923;
}
.BgClassName
{
background-color: #144923;
}
</style>
border-color css
<style>
span { border-color: #144923; }
span { border-color: rgb(20,73,35); }
td.TdClassName
{
border-color: #144923;
}
.TagClassName
{
border-color: #144923;
}
</style>